#5C53D6

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

Shades of Slate Blue #5C53D6

Tints of Slate Blue #5C53D6

Color information

#5C53D6 (or 0x5C53D6) is unknown color: approx Slate Blue. HEX triplet: 5C, 53 and D6. RGB value is (92,83,214). Sum of RGB (Red+Green+Blue) = 92+83+214=389 (51% of max value = 765). Red value is 92 (36.33% from 255 or 23.65% from 389); Green value is 83 (32.81% from 255 or 21.34% from 389); Blue value is 214 (83.98% from 255 or 55.01% from 389); Max value from RGB is 214 - color contains mainly: blue. Hex color #5C53D6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C53D6 is #A3AC29. Grayscale: #646464. Windows color (decimal): -10726442 or 14046044. OLE color: 14046044.

HSL color Cylindrical-coordinate representation of color #5C53D6: hue angle of 244.12º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5C53D6 is Cyan = 0.57, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB9283214-
CMYK0.570.6100.16
HSL244.12º61.5%58.24%-
HSV(B)244.12º61.21%83.92%-
XYZ19.6413.3265.15-
YUV100.62191.98121.85-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 23.65%
GREEN value IS 83 (32.81% from 255) = 21.34%
BLUE value IS 214 (83.98% from 255) = 55.01%
R=23.65%
G=21.34%
B=55.01%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal92832140.570.6100.16244.1261.558.24
Hex5C53D6393D010f43e3a
Octal13412332671750203647672
Binary101110010100111101011011100111110101000011110100111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C53D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,83,214); }

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

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

 a { background-color: rgb(92,83,214); }

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

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

 span { border-color: rgb(92,83,214); }

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