Shades of Slate Blue #5B53DA
Tints of Slate Blue #5B53DA
RGB
CMYK
RGB Variations
Color information
#5B53DA (or 0x5B53DA) is known color: Slate Blue. HEX triplet: 5B, 53 and DA. RGB value is (91,83,218). Sum of RGB (Red+Green+Blue) = 91+83+218=392 (51% of max value = 765). Red value is 91 (35.94% from 255 or 23.21% from 392); Green value is 83 (32.81% from 255 or 21.17% from 392); Blue value is 218 (85.55% from 255 or 55.61% from 392); Max value from RGB is 218 - color contains mainly: blue. Hex color #5B53DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B53DA is #A4AC25. Grayscale: #646464. Windows color (decimal): -10791974 or 14308187. OLE color: 14308187.
HSL color Cylindrical-coordinate representation of color #5B53DA: hue angle of 243.56º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5B53DA is Cyan = 0.58, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 91 | 83 | 218 | - |
| CMYK | 0.58 | 0.62 | 0 | 0.15 |
| HSL | 243.56º | 0.65% | 0.59% | - |
| HSV(B) | 243.56º | 0.62% | 0.85% | - |
| XYZ | 20.06 | 13.47 | 67.87 | - |
| YUV | 100.78 | 194.15 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 83 | 218 | 0.58 | 0.62 | 0 | 0.15 | 243.56 | 0.65 | 0.59 |
| Hex | 5B | 53 | DA | 3A | 3E | 0 | F | F4 | 41 | 3B |
| Octal | 133 | 123 | 332 | 72 | 76 | 0 | 17 | 364 | 101 | 73 |
| Binary | 1011011 | 1010011 | 11011010 | 111010 | 111110 | 0 | 1111 | 11110100 | 1000001 | 111011 |
Color Harmonies of #5B53DA
Complementary color
Monochromatic Colors of #5B53DA
Black with #5B53DA
Text Example
Text Example
White with #5B53DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B53DA; }
p { color: rgb(91,83,218); }
H1.HeaderClassName
{
color: #5B53DA;
}
.AnyTagClassName
{
color: #5B53DA;
}
</style>
background-color css
<style>
a { background-color: #5B53DA; }
a { background-color: rgb(91,83,218); }
div.DivClassName
{
background-color: #5B53DA;
}
.BgClassName
{
background-color: #5B53DA;
}
</style>
border-color css
<style>
span { border-color: #5B53DA; }
span { border-color: rgb(91,83,218); }
td.TdClassName
{
border-color: #5B53DA;
}
.TagClassName
{
border-color: #5B53DA;
}
</style>