#5D52CA

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

Shades of Slate Blue #5D52CA

Tints of Slate Blue #5D52CA

Color information

#5D52CA (or 0x5D52CA) is unknown color: approx Slate Blue. HEX triplet: 5D, 52 and CA. RGB value is (93,82,202). Sum of RGB (Red+Green+Blue) = 93+82+202=377 (49% of max value = 765). Red value is 93 (36.72% from 255 or 24.67% from 377); Green value is 82 (32.42% from 255 or 21.75% from 377); Blue value is 202 (79.30% from 255 or 53.58% from 377); Max value from RGB is 202 - color contains mainly: blue. Hex color #5D52CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D52CA is #A2AD35. Grayscale: #626262. Windows color (decimal): -10661174 or 13259357. OLE color: 13259357.

HSL color Cylindrical-coordinate representation of color #5D52CA: hue angle of 245.5º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5D52CA is Cyan = 0.54, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB9382202-
CMYK0.540.5900.21
HSL245.5º53.1%55.69%-
HSV(B)245.5º59.41%79.22%-
XYZ18.1912.6357.36-
YUV98.97186.14123.74-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 24.67%
GREEN value IS 82 (32.42% from 255) = 21.75%
BLUE value IS 202 (79.30% from 255) = 53.58%
R=24.67%
G=21.75%
B=53.58%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal93822020.540.5900.21245.553.155.69
Hex5D52CA363B015f63538
Octal13512231266730253666570
Binary101110110100101100101011011011101101010111110110110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D52CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,82,202); }

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

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

 a { background-color: rgb(93,82,202); }

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

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

 span { border-color: rgb(93,82,202); }

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