#5C4FCE

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

Shades of Slate Blue #5C4FCE

Tints of Slate Blue #5C4FCE

Color information

#5C4FCE (or 0x5C4FCE) is unknown color: approx Slate Blue. HEX triplet: 5C, 4F and CE. RGB value is (92,79,206). Sum of RGB (Red+Green+Blue) = 92+79+206=377 (49% of max value = 765). Red value is 92 (36.33% from 255 or 24.40% from 377); Green value is 79 (31.25% from 255 or 20.95% from 377); Blue value is 206 (80.86% from 255 or 54.64% from 377); Max value from RGB is 206 - color contains mainly: blue. Hex color #5C4FCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C4FCE is #A3B031. Grayscale: #606060. Windows color (decimal): -10727474 or 13520732. OLE color: 13520732.

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

Color convert

RGB9279206-
CMYK0.550.6200.19
HSL246.14º56.44%55.88%-
HSV(B)246.14º61.65%80.78%-
XYZ18.3512.3259.8-
YUV97.36189.31124.17-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 24.40%
GREEN value IS 79 (31.25% from 255) = 20.95%
BLUE value IS 206 (80.86% from 255) = 54.64%
R=24.40%
G=20.95%
B=54.64%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal92792060.550.6200.19246.1456.4455.88
Hex5C4FCE373E013f63838
Octal13411731667760233667070
Binary101110010011111100111011011111111001001111110110111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C4FCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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