Shades of Slate Blue #5345DB
Tints of Slate Blue #5345DB
RGB
CMYK
RGB Variations
Color information
#5345DB (or 0x5345DB) is known color: Slate Blue. HEX triplet: 53, 45 and DB. RGB value is (83,69,219). Sum of RGB (Red+Green+Blue) = 83+69+219=371 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.37% from 371); Green value is 69 (27.34% from 255 or 18.60% from 371); Blue value is 219 (85.94% from 255 or 59.03% from 371); Max value from RGB is 219 - color contains mainly: blue. Hex color #5345DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5345DB is #ACBA24. Grayscale: #595959. Windows color (decimal): -11319845 or 14370131. OLE color: 14370131.
HSL color Cylindrical-coordinate representation of color #5345DB: hue angle of 245.6º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5345DB is Cyan = 0.62, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 83 | 69 | 219 | - |
| CMYK | 0.62 | 0.68 | 0 | 0.14 |
| HSL | 245.6º | 0.68% | 0.56% | - |
| HSV(B) | 245.6º | 0.68% | 0.86% | - |
| XYZ | 18.48 | 11.21 | 68.21 | - |
| YUV | 90.29 | 200.64 | 122.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 69 | 219 | 0.62 | 0.68 | 0 | 0.14 | 245.6 | 0.68 | 0.56 |
| Hex | 53 | 45 | DB | 3E | 44 | 0 | E | F6 | 44 | 38 |
| Octal | 123 | 105 | 333 | 76 | 104 | 0 | 16 | 366 | 104 | 70 |
| Binary | 1010011 | 1000101 | 11011011 | 111110 | 1000100 | 0 | 1110 | 11110110 | 1000100 | 111000 |
Color Harmonies of #5345DB
Complementary color
Monochromatic Colors of #5345DB
Black with #5345DB
Text Example
Text Example
White with #5345DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5345DB; }
p { color: rgb(83,69,219); }
H1.HeaderClassName
{
color: #5345DB;
}
.AnyTagClassName
{
color: #5345DB;
}
</style>
background-color css
<style>
a { background-color: #5345DB; }
a { background-color: rgb(83,69,219); }
div.DivClassName
{
background-color: #5345DB;
}
.BgClassName
{
background-color: #5345DB;
}
</style>
border-color css
<style>
span { border-color: #5345DB; }
span { border-color: rgb(83,69,219); }
td.TdClassName
{
border-color: #5345DB;
}
.TagClassName
{
border-color: #5345DB;
}
</style>