#5F4EE6

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

Shades of Slate Blue #5F4EE6

Tints of Slate Blue #5F4EE6

Color information

#5F4EE6 (or 0x5F4EE6) is unknown color: approx Slate Blue. HEX triplet: 5F, 4E and E6. RGB value is (95,78,230). Sum of RGB (Red+Green+Blue) = 95+78+230=403 (53% of max value = 765). Red value is 95 (37.5% from 255 or 23.57% from 403); Green value is 78 (30.86% from 255 or 19.35% from 403); Blue value is 230 (90.23% from 255 or 57.07% from 403); Max value from RGB is 230 - color contains mainly: blue. Hex color #5F4EE6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5F4EE6 is #A0B119. Grayscale: #636363. Windows color (decimal): -10531098 or 15093343. OLE color: 15093343.

HSL color Cylindrical-coordinate representation of color #5F4EE6: hue angle of 246.71º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5F4EE6 is Cyan = 0.59, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB9578230-
CMYK0.590.6600.10
HSL246.71º75.25%60.39%-
HSV(B)246.71º66.09%90.2%-
XYZ21.7313.5976.34-
YUV100.41201.13124.14-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 23.57%
GREEN value IS 78 (30.86% from 255) = 19.35%
BLUE value IS 230 (90.23% from 255) = 57.07%
R=23.57%
G=19.35%
B=57.07%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal95782300.590.6600.10246.7175.2560.39
Hex5F4EE63B420Af74b3c
Octal1371163467310201236711374
Binary1011111100111011100110111011100001001010111101111001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F4EE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,78,230); }

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

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

 a { background-color: rgb(95,78,230); }

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

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

 span { border-color: rgb(95,78,230); }

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