#5B53CD

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

Shades of Slate Blue #5B53CD

Tints of Slate Blue #5B53CD

Color information

#5B53CD (or 0x5B53CD) is unknown color: approx Slate Blue. HEX triplet: 5B, 53 and CD. RGB value is (91,83,205). Sum of RGB (Red+Green+Blue) = 91+83+205=379 (50% of max value = 765). Red value is 91 (35.94% from 255 or 24.01% from 379); Green value is 83 (32.81% from 255 or 21.90% from 379); Blue value is 205 (80.47% from 255 or 54.09% from 379); Max value from RGB is 205 - color contains mainly: blue. Hex color #5B53CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B53CD is #A4AC32. Grayscale: #626262. Windows color (decimal): -10791987 or 13456219. OLE color: 13456219.

HSL color Cylindrical-coordinate representation of color #5B53CD: hue angle of 243.93º 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 #5B53CD is Cyan = 0.56, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB9183205-
CMYK0.560.6000.20
HSL243.93º54.95%56.47%-
HSV(B)243.93º59.51%80.39%-
XYZ18.4312.8259.26-
YUV99.3187.65122.08-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 24.01%
GREEN value IS 83 (32.81% from 255) = 21.90%
BLUE value IS 205 (80.47% from 255) = 54.09%
R=24.01%
G=21.90%
B=54.09%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal91832050.560.6000.20243.9354.9556.47
Hex5B53CD383C014f43738
Octal13312331570740243646770
Binary101101110100111100110111100011110001010011110100110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B53CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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