#5C54D0

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

Shades of Slate Blue #5C54D0

Tints of Slate Blue #5C54D0

Color information

#5C54D0 (or 0x5C54D0) is unknown color: approx Slate Blue. HEX triplet: 5C, 54 and D0. RGB value is (92,84,208). Sum of RGB (Red+Green+Blue) = 92+84+208=384 (50% of max value = 765). Red value is 92 (36.33% from 255 or 23.96% from 384); Green value is 84 (33.20% from 255 or 21.88% from 384); Blue value is 208 (81.64% from 255 or 54.17% from 384); Max value from RGB is 208 - color contains mainly: blue. Hex color #5C54D0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C54D0 is #A3AB2F. Grayscale: #646464. Windows color (decimal): -10726192 or 13653084. OLE color: 13653084.

HSL color Cylindrical-coordinate representation of color #5C54D0: hue angle of 243.87º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5C54D0 is Cyan = 0.56, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB9284208-
CMYK0.560.6000.18
HSL243.87º56.88%57.25%-
HSV(B)243.87º59.62%81.57%-
XYZ18.9713.1761.22-
YUV100.53188.65121.92-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 23.96%
GREEN value IS 84 (33.20% from 255) = 21.88%
BLUE value IS 208 (81.64% from 255) = 54.17%
R=23.96%
G=21.88%
B=54.17%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal92842080.560.6000.18243.8756.8857.25
Hex5C54D0383C012f43939
Octal13412432070740223647171
Binary101110010101001101000011100011110001001011110100111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C54D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,84,208); }

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

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

 a { background-color: rgb(92,84,208); }

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

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

 span { border-color: rgb(92,84,208); }

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