Shades of Slate Blue #5351DB
Tints of Slate Blue #5351DB
RGB
CMYK
RGB Variations
Color information
#5351DB (or 0x5351DB) is known color: Slate Blue. HEX triplet: 53, 51 and DB. RGB value is (83,81,219). Sum of RGB (Red+Green+Blue) = 83+81+219=383 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.67% from 383); Green value is 81 (32.03% from 255 or 21.15% from 383); Blue value is 219 (85.94% from 255 or 57.18% from 383); Max value from RGB is 219 - color contains mainly: blue. Hex color #5351DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5351DB is #ACAE24. Grayscale: #606060. Windows color (decimal): -11316773 or 14373203. OLE color: 14373203.
HSL color Cylindrical-coordinate representation of color #5351DB: hue angle of 240.87º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5351DB is Cyan = 0.62, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 83 | 81 | 219 | - |
| CMYK | 0.62 | 0.63 | 0 | 0.14 |
| HSL | 240.87º | 0.66% | 0.59% | - |
| HSV(B) | 240.87º | 0.63% | 0.86% | - |
| XYZ | 19.3 | 12.84 | 68.48 | - |
| YUV | 97.33 | 196.66 | 117.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 81 | 219 | 0.62 | 0.63 | 0 | 0.14 | 240.87 | 0.66 | 0.59 |
| Hex | 53 | 51 | DB | 3E | 3F | 0 | E | F1 | 42 | 3B |
| Octal | 123 | 121 | 333 | 76 | 77 | 0 | 16 | 361 | 102 | 73 |
| Binary | 1010011 | 1010001 | 11011011 | 111110 | 111111 | 0 | 1110 | 11110001 | 1000010 | 111011 |
Color Harmonies of #5351DB
Complementary color
Monochromatic Colors of #5351DB
Black with #5351DB
Text Example
Text Example
White with #5351DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5351DB; }
p { color: rgb(83,81,219); }
H1.HeaderClassName
{
color: #5351DB;
}
.AnyTagClassName
{
color: #5351DB;
}
</style>
background-color css
<style>
a { background-color: #5351DB; }
a { background-color: rgb(83,81,219); }
div.DivClassName
{
background-color: #5351DB;
}
.BgClassName
{
background-color: #5351DB;
}
</style>
border-color css
<style>
span { border-color: #5351DB; }
span { border-color: rgb(83,81,219); }
td.TdClassName
{
border-color: #5351DB;
}
.TagClassName
{
border-color: #5351DB;
}
</style>