Shades of Slate Blue #5B53DC
Tints of Slate Blue #5B53DC
RGB
CMYK
RGB Variations
Color information
#5B53DC (or 0x5B53DC) is known color: Slate Blue. HEX triplet: 5B, 53 and DC. RGB value is (91,83,220). Sum of RGB (Red+Green+Blue) = 91+83+220=394 (52% of max value = 765). Red value is 91 (35.94% from 255 or 23.10% from 394); Green value is 83 (32.81% from 255 or 21.07% from 394); Blue value is 220 (86.33% from 255 or 55.84% from 394); Max value from RGB is 220 - color contains mainly: blue. Hex color #5B53DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B53DC is #A4AC23. Grayscale: #646464. Windows color (decimal): -10791972 or 14439259. OLE color: 14439259.
HSL color Cylindrical-coordinate representation of color #5B53DC: hue angle of 243.5º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5B53DC is Cyan = 0.59, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 91 | 83 | 220 | - |
| CMYK | 0.59 | 0.62 | 0 | 0.14 |
| HSL | 243.5º | 0.66% | 0.59% | - |
| HSV(B) | 243.5º | 0.62% | 0.86% | - |
| XYZ | 20.33 | 13.58 | 69.26 | - |
| YUV | 101.01 | 195.15 | 120.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 83 | 220 | 0.59 | 0.62 | 0 | 0.14 | 243.5 | 0.66 | 0.59 |
| Hex | 5B | 53 | DC | 3B | 3E | 0 | E | F4 | 42 | 3B |
| Octal | 133 | 123 | 334 | 73 | 76 | 0 | 16 | 364 | 102 | 73 |
| Binary | 1011011 | 1010011 | 11011100 | 111011 | 111110 | 0 | 1110 | 11110100 | 1000010 | 111011 |
Color Harmonies of #5B53DC
Complementary color
Monochromatic Colors of #5B53DC
Black with #5B53DC
Text Example
Text Example
White with #5B53DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B53DC; }
p { color: rgb(91,83,220); }
H1.HeaderClassName
{
color: #5B53DC;
}
.AnyTagClassName
{
color: #5B53DC;
}
</style>
background-color css
<style>
a { background-color: #5B53DC; }
a { background-color: rgb(91,83,220); }
div.DivClassName
{
background-color: #5B53DC;
}
.BgClassName
{
background-color: #5B53DC;
}
</style>
border-color css
<style>
span { border-color: #5B53DC; }
span { border-color: rgb(91,83,220); }
td.TdClassName
{
border-color: #5B53DC;
}
.TagClassName
{
border-color: #5B53DC;
}
</style>