#5B55CD

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

Shades of Slate Blue #5B55CD

Tints of Slate Blue #5B55CD

Color information

#5B55CD (or 0x5B55CD) is unknown color: approx Slate Blue. HEX triplet: 5B, 55 and CD. RGB value is (91,85,205). Sum of RGB (Red+Green+Blue) = 91+85+205=381 (50% of max value = 765). Red value is 91 (35.94% from 255 or 23.88% from 381); Green value is 85 (33.59% from 255 or 22.31% from 381); Blue value is 205 (80.47% from 255 or 53.81% from 381); Max value from RGB is 205 - color contains mainly: blue. Hex color #5B55CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B55CD is #A4AA32. Grayscale: #646464. Windows color (decimal): -10791475 or 13456731. OLE color: 13456731.

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

Color convert

RGB9185205-
CMYK0.560.5900.20
HSL243º54.55%56.86%-
HSV(B)243º58.54%80.39%-
XYZ18.5813.1359.31-
YUV100.47186.99121.24-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 23.88%
GREEN value IS 85 (33.59% from 255) = 22.31%
BLUE value IS 205 (80.47% from 255) = 53.81%
R=23.88%
G=22.31%
B=53.81%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal91852050.560.5900.2024354.5556.86
Hex5B55CD383B014f33739
Octal13312531570730243636771
Binary101101110101011100110111100011101101010011110011110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B55CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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