#5C46CE

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

Shades of Slate Blue #5C46CE

Tints of Slate Blue #5C46CE

Color information

#5C46CE (or 0x5C46CE) is unknown color: approx Slate Blue. HEX triplet: 5C, 46 and CE. RGB value is (92,70,206). Sum of RGB (Red+Green+Blue) = 92+70+206=368 (48% of max value = 765). Red value is 92 (36.33% from 255 or 25% from 368); Green value is 70 (27.73% from 255 or 19.02% from 368); Blue value is 206 (80.86% from 255 or 55.98% from 368); Max value from RGB is 206 - color contains mainly: blue. Hex color #5C46CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C46CE is #A3B931. Grayscale: #5B5B5B. Windows color (decimal): -10729778 or 13518428. OLE color: 13518428.

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

Color convert

RGB9270206-
CMYK0.550.6600.19
HSL249.71º58.12%54.12%-
HSV(B)249.71º66.02%80.78%-
XYZ17.7411.1159.6-
YUV92.08192.29127.94-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 25%
GREEN value IS 70 (27.73% from 255) = 19.02%
BLUE value IS 206 (80.86% from 255) = 55.98%
R=25%
G=19.02%
B=55.98%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal92702060.550.6600.19249.7158.1254.12
Hex5C46CE3742013fa3a36
Octal134106316671020233727266
Binary1011100100011011001110110111100001001001111111010111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C46CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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