Shades of Slate Blue #5343DB
Tints of Slate Blue #5343DB
RGB
CMYK
RGB Variations
Color information
#5343DB (or 0x5343DB) is known color: Slate Blue. HEX triplet: 53, 43 and DB. RGB value is (83,67,219). Sum of RGB (Red+Green+Blue) = 83+67+219=369 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.49% from 369); Green value is 67 (26.56% from 255 or 18.16% from 369); Blue value is 219 (85.94% from 255 or 59.35% from 369); Max value from RGB is 219 - color contains mainly: blue. Hex color #5343DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5343DB is #ACBC24. Grayscale: #585858. Windows color (decimal): -11320357 or 14369619. OLE color: 14369619.
HSL color Cylindrical-coordinate representation of color #5343DB: hue angle of 246.32º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5343DB is Cyan = 0.62, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 83 | 67 | 219 | - |
| CMYK | 0.62 | 0.69 | 0 | 0.14 |
| HSL | 246.32º | 0.68% | 0.56% | - |
| HSV(B) | 246.32º | 0.69% | 0.86% | - |
| XYZ | 18.36 | 10.97 | 68.17 | - |
| YUV | 89.11 | 201.3 | 123.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 67 | 219 | 0.62 | 0.69 | 0 | 0.14 | 246.32 | 0.68 | 0.56 |
| Hex | 53 | 43 | DB | 3E | 45 | 0 | E | F6 | 44 | 38 |
| Octal | 123 | 103 | 333 | 76 | 105 | 0 | 16 | 366 | 104 | 70 |
| Binary | 1010011 | 1000011 | 11011011 | 111110 | 1000101 | 0 | 1110 | 11110110 | 1000100 | 111000 |
Color Harmonies of #5343DB
Complementary color
Monochromatic Colors of #5343DB
Black with #5343DB
Text Example
Text Example
White with #5343DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5343DB; }
p { color: rgb(83,67,219); }
H1.HeaderClassName
{
color: #5343DB;
}
.AnyTagClassName
{
color: #5343DB;
}
</style>
background-color css
<style>
a { background-color: #5343DB; }
a { background-color: rgb(83,67,219); }
div.DivClassName
{
background-color: #5343DB;
}
.BgClassName
{
background-color: #5343DB;
}
</style>
border-color css
<style>
span { border-color: #5343DB; }
span { border-color: rgb(83,67,219); }
td.TdClassName
{
border-color: #5343DB;
}
.TagClassName
{
border-color: #5343DB;
}
</style>