#5F5EE0

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

Shades of Slate Blue #5F5EE0

Tints of Slate Blue #5F5EE0

Color information

#5F5EE0 (or 0x5F5EE0) is unknown color: approx Slate Blue. HEX triplet: 5F, 5E and E0. RGB value is (95,94,224). Sum of RGB (Red+Green+Blue) = 95+94+224=413 (54% of max value = 765). Red value is 95 (37.5% from 255 or 23.00% from 413); Green value is 94 (37.11% from 255 or 22.76% from 413); Blue value is 224 (87.89% from 255 or 54.24% from 413); Max value from RGB is 224 - color contains mainly: blue. Hex color #5F5EE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F5EE0 is #A0A11F. Grayscale: #6C6C6C. Windows color (decimal): -10527008 or 14704223. OLE color: 14704223.

HSL color Cylindrical-coordinate representation of color #5F5EE0: hue angle of 240.46º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5F5EE0 is Cyan = 0.58, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB9594224-
CMYK0.580.5800.12
HSL240.46º67.71%62.35%-
HSV(B)240.46º58.04%87.84%-
XYZ22.1815.8272.41-
YUV109.12192.83117.93-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 23.00%
GREEN value IS 94 (37.11% from 255) = 22.76%
BLUE value IS 224 (87.89% from 255) = 54.24%
R=23.00%
G=22.76%
B=54.24%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal95942240.580.5800.12240.4667.7162.35
Hex5F5EE03A3A0Cf0443e
Octal137136340727201436010476
Binary101111110111101110000011101011101001100111100001000100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F5EE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,94,224); }

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

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

 a { background-color: rgb(95,94,224); }

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

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

 span { border-color: rgb(95,94,224); }

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