#5B53DD

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

Shades of Slate Blue #5B53DD

Tints of Slate Blue #5B53DD

Color information

#5B53DD (or 0x5B53DD) is unknown color: approx Slate Blue. HEX triplet: 5B, 53 and DD. RGB value is (91,83,221). Sum of RGB (Red+Green+Blue) = 91+83+221=395 (52% of max value = 765). Red value is 91 (35.94% from 255 or 23.04% from 395); Green value is 83 (32.81% from 255 or 21.01% from 395); Blue value is 221 (86.72% from 255 or 55.95% from 395); Max value from RGB is 221 - color contains mainly: blue. Hex color #5B53DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B53DD is #A4AC22. Grayscale: #646464. Windows color (decimal): -10791971 or 14504795. OLE color: 14504795.

HSL color Cylindrical-coordinate representation of color #5B53DD: hue angle of 243.48º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5B53DD is Cyan = 0.59, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB9183221-
CMYK0.590.6200.13
HSL243.48º66.99%59.61%-
HSV(B)243.48º62.44%86.67%-
XYZ20.4613.6369.96-
YUV101.12195.65120.78-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 23.04%
GREEN value IS 83 (32.81% from 255) = 21.01%
BLUE value IS 221 (86.72% from 255) = 55.95%
R=23.04%
G=21.01%
B=55.95%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal91832210.590.6200.13243.4866.9959.61
Hex5B53DD3B3E0Df3433c
Octal133123335737601536310374
Binary101101110100111101110111101111111001101111100111000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B53DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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