Shades of Slate Blue #5353DB
Tints of Slate Blue #5353DB
RGB
CMYK
RGB Variations
Color information
#5353DB (or 0x5353DB) is known color: Slate Blue. HEX triplet: 53, 53 and DB. RGB value is (83,83,219). Sum of RGB (Red+Green+Blue) = 83+83+219=385 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.56% from 385); Green value is 83 (32.81% from 255 or 21.56% from 385); Blue value is 219 (85.94% from 255 or 56.88% from 385); Max value from RGB is 219 - color contains mainly: blue. Hex color #5353DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5353DB is #ACAC24. Grayscale: #616161. Windows color (decimal): -11316261 or 14373715. OLE color: 14373715.
HSL color Cylindrical-coordinate representation of color #5353DB: hue angle of 240º degrees, saturation: 0.65, 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 #5353DB is Cyan = 0.62, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 83 | 83 | 219 | - |
| CMYK | 0.62 | 0.62 | 0 | 0.14 |
| HSL | 240º | 0.65% | 0.59% | - |
| HSV(B) | 240º | 0.62% | 0.86% | - |
| XYZ | 19.45 | 13.14 | 68.53 | - |
| YUV | 98.5 | 196 | 116.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 83 | 219 | 0.62 | 0.62 | 0 | 0.14 | 240 | 0.65 | 0.59 |
| Hex | 53 | 53 | DB | 3E | 3E | 0 | E | F0 | 41 | 3B |
| Octal | 123 | 123 | 333 | 76 | 76 | 0 | 16 | 360 | 101 | 73 |
| Binary | 1010011 | 1010011 | 11011011 | 111110 | 111110 | 0 | 1110 | 11110000 | 1000001 | 111011 |
Color Harmonies of #5353DB
Complementary color
Monochromatic Colors of #5353DB
Black with #5353DB
Text Example
Text Example
White with #5353DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5353DB; }
p { color: rgb(83,83,219); }
H1.HeaderClassName
{
color: #5353DB;
}
.AnyTagClassName
{
color: #5353DB;
}
</style>
background-color css
<style>
a { background-color: #5353DB; }
a { background-color: rgb(83,83,219); }
div.DivClassName
{
background-color: #5353DB;
}
.BgClassName
{
background-color: #5353DB;
}
</style>
border-color css
<style>
span { border-color: #5353DB; }
span { border-color: rgb(83,83,219); }
td.TdClassName
{
border-color: #5353DB;
}
.TagClassName
{
border-color: #5353DB;
}
</style>