Shades of Slate Blue #534BDB
Tints of Slate Blue #534BDB
RGB
CMYK
RGB Variations
Color information
#534BDB (or 0x534BDB) is known color: Slate Blue. HEX triplet: 53, 4B and DB. RGB value is (83,75,219). Sum of RGB (Red+Green+Blue) = 83+75+219=377 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.02% from 377); Green value is 75 (29.69% from 255 or 19.89% from 377); Blue value is 219 (85.94% from 255 or 58.09% from 377); Max value from RGB is 219 - color contains mainly: blue. Hex color #534BDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #534BDB is #ACB424. Grayscale: #5D5D5D. Windows color (decimal): -11318309 or 14371667. OLE color: 14371667.
HSL color Cylindrical-coordinate representation of color #534BDB: hue angle of 243.33º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #534BDB is Cyan = 0.62, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 83 | 75 | 219 | - |
| CMYK | 0.62 | 0.66 | 0 | 0.14 |
| HSL | 243.33º | 0.67% | 0.58% | - |
| HSV(B) | 243.33º | 0.66% | 0.86% | - |
| XYZ | 18.87 | 11.99 | 68.34 | - |
| YUV | 93.81 | 198.65 | 120.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 75 | 219 | 0.62 | 0.66 | 0 | 0.14 | 243.33 | 0.67 | 0.58 |
| Hex | 53 | 4B | DB | 3E | 42 | 0 | E | F3 | 43 | 3A |
| Octal | 123 | 113 | 333 | 76 | 102 | 0 | 16 | 363 | 103 | 72 |
| Binary | 1010011 | 1001011 | 11011011 | 111110 | 1000010 | 0 | 1110 | 11110011 | 1000011 | 111010 |
Color Harmonies of #534BDB
Complementary color
Monochromatic Colors of #534BDB
Black with #534BDB
Text Example
Text Example
White with #534BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534BDB; }
p { color: rgb(83,75,219); }
H1.HeaderClassName
{
color: #534BDB;
}
.AnyTagClassName
{
color: #534BDB;
}
</style>
background-color css
<style>
a { background-color: #534BDB; }
a { background-color: rgb(83,75,219); }
div.DivClassName
{
background-color: #534BDB;
}
.BgClassName
{
background-color: #534BDB;
}
</style>
border-color css
<style>
span { border-color: #534BDB; }
span { border-color: rgb(83,75,219); }
td.TdClassName
{
border-color: #534BDB;
}
.TagClassName
{
border-color: #534BDB;
}
</style>