#5F5CCE

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

Shades of Slate Blue #5F5CCE

Tints of Slate Blue #5F5CCE

Color information

#5F5CCE (or 0x5F5CCE) is unknown color: approx Slate Blue. HEX triplet: 5F, 5C and CE. RGB value is (95,92,206). Sum of RGB (Red+Green+Blue) = 95+92+206=393 (52% of max value = 765). Red value is 95 (37.5% from 255 or 24.17% from 393); Green value is 92 (36.33% from 255 or 23.41% from 393); Blue value is 206 (80.86% from 255 or 52.42% from 393); Max value from RGB is 206 - color contains mainly: blue. Hex color #5F5CCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F5CCE is #A0A331. Grayscale: #696969. Windows color (decimal): -10527538 or 13524063. OLE color: 13524063.

HSL color Cylindrical-coordinate representation of color #5F5CCE: hue angle of 241.58º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5F5CCE is Cyan = 0.54, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB9592206-
CMYK0.540.5500.19
HSL241.58º53.77%58.43%-
HSV(B)241.58º55.34%80.78%-
XYZ19.6914.5460.16-
YUV105.89184.49120.23-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 24.17%
GREEN value IS 92 (36.33% from 255) = 23.41%
BLUE value IS 206 (80.86% from 255) = 52.42%
R=24.17%
G=23.41%
B=52.42%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal95922060.540.5500.19241.5853.7758.43
Hex5F5CCE3637013f2363a
Octal13713431666670233626672
Binary101111110111001100111011011011011101001111110010110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F5CCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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