#5F6EFD

Color #5F6EFD Medium Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Slate Blue #5F6EFD

Tints of Medium Slate Blue #5F6EFD

Color information

#5F6EFD (or 0x5F6EFD) is unknown color: approx Medium Slate Blue. HEX triplet: 5F, 6E and FD. RGB value is (95,110,253). Sum of RGB (Red+Green+Blue) = 95+110+253=458 (60% of max value = 765). Red value is 95 (37.5% from 255 or 20.74% from 458); Green value is 110 (43.36% from 255 or 24.02% from 458); Blue value is 253 (99.22% from 255 or 55.24% from 458); Max value from RGB is 253 - color contains mainly: blue. Hex color #5F6EFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5F6EFD is #A09102. Grayscale: #797979. Windows color (decimal): -10522883 or 16608863. OLE color: 16608863.

HSL color Cylindrical-coordinate representation of color #5F6EFD: hue angle of 234.3º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5F6EFD is Cyan = 0.62, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB95110253-
CMYK0.620.5700.01
HSL234.3º97.53%68.24%-
HSV(B)234.3º62.45%99.22%-
XYZ28.0220.6895.44-
YUV121.82202.03108.87-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 95 (37.5% from 255) = 20.74%
GREEN value IS 110 (43.36% from 255) = 24.02%
BLUE value IS 253 (99.22% from 255) = 55.24%
R=20.74%
G=24.02%
B=55.24%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal951102530.620.5700.01234.397.5368.24
Hex5F6EFD3E3901ea6244
Octal137156375767101352142104
Binary1011111110111011111101111110111001011110101011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F6EFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5F6EFD; }

 p { color: rgb(95,110,253); }

 H1.HeaderClassName
 {
   color: #5F6EFD;
 }
 .AnyTagClassName
 {
   color: #5F6EFD;
 }
</style>
background-color css

<style>
 a { background-color: #5F6EFD; }

 a { background-color: rgb(95,110,253); }

 div.DivClassName
 {
   background-color: #5F6EFD;
 }
 .BgClassName
 {
   background-color: #5F6EFD;
 }
</style>
border-color css

<style>
 span { border-color: #5F6EFD; }

 span { border-color: rgb(95,110,253); }

 td.TdClassName
 {
   border-color: #5F6EFD;
 }
 .TagClassName
 {
   border-color: #5F6EFD;
 }
</style>