#5C5FCE

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

Shades of Slate Blue #5C5FCE

Tints of Slate Blue #5C5FCE

Color information

#5C5FCE (or 0x5C5FCE) is unknown color: approx Slate Blue. HEX triplet: 5C, 5F and CE. RGB value is (92,95,206). Sum of RGB (Red+Green+Blue) = 92+95+206=393 (52% of max value = 765). Red value is 92 (36.33% from 255 or 23.41% from 393); Green value is 95 (37.5% from 255 or 24.17% 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 #5C5FCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C5FCE is #A3A031. Grayscale: #6A6A6A. Windows color (decimal): -10723378 or 13524828. OLE color: 13524828.

HSL color Cylindrical-coordinate representation of color #5C5FCE: hue angle of 238.42º 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 #5C5FCE is Cyan = 0.55, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB9295206-
CMYK0.550.5400.19
HSL238.42º53.77%58.43%-
HSV(B)238.42º55.34%80.78%-
XYZ19.6514.9260.24-
YUV106.76184.01117.47-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal92952060.550.5400.19238.4253.7758.43
Hex5C5FCE3736013ee363a
Octal13413731667660233566672
Binary101110010111111100111011011111011001001111101110110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C5FCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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