#5B52CD

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

Shades of Slate Blue #5B52CD

Tints of Slate Blue #5B52CD

Color information

#5B52CD (or 0x5B52CD) is unknown color: approx Slate Blue. HEX triplet: 5B, 52 and CD. RGB value is (91,82,205). Sum of RGB (Red+Green+Blue) = 91+82+205=378 (50% of max value = 765). Red value is 91 (35.94% from 255 or 24.07% from 378); Green value is 82 (32.42% from 255 or 21.69% from 378); Blue value is 205 (80.47% from 255 or 54.23% from 378); Max value from RGB is 205 - color contains mainly: blue. Hex color #5B52CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B52CD is #A4AD32. Grayscale: #626262. Windows color (decimal): -10792243 or 13455963. OLE color: 13455963.

HSL color Cylindrical-coordinate representation of color #5B52CD: hue angle of 244.39º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5B52CD is Cyan = 0.56, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB9182205-
CMYK0.560.600.20
HSL244.39º55.16%56.27%-
HSV(B)244.39º60%80.39%-
XYZ18.3512.6759.24-
YUV98.71187.98122.5-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 24.07%
GREEN value IS 82 (32.42% from 255) = 21.69%
BLUE value IS 205 (80.47% from 255) = 54.23%
R=24.07%
G=21.69%
B=54.23%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal91822050.560.600.20244.3955.1656.27
Hex5B52CD383C014f43738
Octal13312231570740243646770
Binary101101110100101100110111100011110001010011110100110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B52CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,82,205); }

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

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

 a { background-color: rgb(91,82,205); }

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

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

 span { border-color: rgb(91,82,205); }

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