#5C46CC

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

Shades of Slate Blue #5C46CC

Tints of Slate Blue #5C46CC

Color information

#5C46CC (or 0x5C46CC) is unknown color: approx Slate Blue. HEX triplet: 5C, 46 and CC. RGB value is (92,70,204). Sum of RGB (Red+Green+Blue) = 92+70+204=366 (48% of max value = 765). Red value is 92 (36.33% from 255 or 25.14% from 366); Green value is 70 (27.73% from 255 or 19.13% from 366); Blue value is 204 (80.08% from 255 or 55.74% from 366); Max value from RGB is 204 - color contains mainly: blue. Hex color #5C46CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C46CC is #A3B933. Grayscale: #5B5B5B. Windows color (decimal): -10729780 or 13387356. OLE color: 13387356.

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

Color convert

RGB9270204-
CMYK0.550.6600.2
HSL249.85º56.78%53.73%-
HSV(B)249.85º65.69%80%-
XYZ17.511.0258.33-
YUV91.85191.29128.1-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 25.14%
GREEN value IS 70 (27.73% from 255) = 19.13%
BLUE value IS 204 (80.08% from 255) = 55.74%
R=25.14%
G=19.13%
B=55.74%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal92702040.550.6600.2249.8556.7853.73
Hex5C46CC3742014fa3936
Octal134106314671020243727166
Binary1011100100011011001100110111100001001010011111010111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C46CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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