#5F5CDE

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

Shades of Slate Blue #5F5CDE

Tints of Slate Blue #5F5CDE

Color information

#5F5CDE (or 0x5F5CDE) is unknown color: approx Slate Blue. HEX triplet: 5F, 5C and DE. RGB value is (95,92,222). Sum of RGB (Red+Green+Blue) = 95+92+222=409 (54% of max value = 765). Red value is 95 (37.5% from 255 or 23.23% from 409); Green value is 92 (36.33% from 255 or 22.49% from 409); Blue value is 222 (87.11% from 255 or 54.28% from 409); Max value from RGB is 222 - color contains mainly: blue. Hex color #5F5CDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F5CDE is #A0A321. Grayscale: #6B6B6B. Windows color (decimal): -10527522 or 14572639. OLE color: 14572639.

HSL color Cylindrical-coordinate representation of color #5F5CDE: hue angle of 241.38º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5F5CDE is Cyan = 0.57, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB9592222-
CMYK0.570.5900.13
HSL241.38º66.33%61.57%-
HSV(B)241.38º58.56%87.06%-
XYZ21.7315.3670.93-
YUV107.72192.49118.93-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 23.23%
GREEN value IS 92 (36.33% from 255) = 22.49%
BLUE value IS 222 (87.11% from 255) = 54.28%
R=23.23%
G=22.49%
B=54.28%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal95922220.570.5900.13241.3866.3361.57
Hex5F5CDE393B0Df1423e
Octal137134336717301536110276
Binary101111110111001101111011100111101101101111100011000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F5CDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,92,222); }

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

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

 a { background-color: rgb(95,92,222); }

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

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

 span { border-color: rgb(95,92,222); }

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