Shades of Slate Blue #534FDB
Tints of Slate Blue #534FDB
RGB
CMYK
RGB Variations
Color information
#534FDB (or 0x534FDB) is known color: Slate Blue. HEX triplet: 53, 4F and DB. RGB value is (83,79,219). Sum of RGB (Red+Green+Blue) = 83+79+219=381 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.78% from 381); Green value is 79 (31.25% from 255 or 20.73% from 381); Blue value is 219 (85.94% from 255 or 57.48% from 381); Max value from RGB is 219 - color contains mainly: blue. Hex color #534FDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #534FDB is #ACB024. Grayscale: #5F5F5F. Windows color (decimal): -11317285 or 14372691. OLE color: 14372691.
HSL color Cylindrical-coordinate representation of color #534FDB: hue angle of 241.71º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #534FDB is Cyan = 0.62, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 83 | 79 | 219 | - |
| CMYK | 0.62 | 0.64 | 0 | 0.14 |
| HSL | 241.71º | 0.66% | 0.58% | - |
| HSV(B) | 241.71º | 0.64% | 0.86% | - |
| XYZ | 19.15 | 12.55 | 68.43 | - |
| YUV | 96.16 | 197.33 | 118.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 79 | 219 | 0.62 | 0.64 | 0 | 0.14 | 241.71 | 0.66 | 0.58 |
| Hex | 53 | 4F | DB | 3E | 40 | 0 | E | F2 | 42 | 3A |
| Octal | 123 | 117 | 333 | 76 | 100 | 0 | 16 | 362 | 102 | 72 |
| Binary | 1010011 | 1001111 | 11011011 | 111110 | 1000000 | 0 | 1110 | 11110010 | 1000010 | 111010 |
Color Harmonies of #534FDB
Complementary color
Monochromatic Colors of #534FDB
Black with #534FDB
Text Example
Text Example
White with #534FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534FDB; }
p { color: rgb(83,79,219); }
H1.HeaderClassName
{
color: #534FDB;
}
.AnyTagClassName
{
color: #534FDB;
}
</style>
background-color css
<style>
a { background-color: #534FDB; }
a { background-color: rgb(83,79,219); }
div.DivClassName
{
background-color: #534FDB;
}
.BgClassName
{
background-color: #534FDB;
}
</style>
border-color css
<style>
span { border-color: #534FDB; }
span { border-color: rgb(83,79,219); }
td.TdClassName
{
border-color: #534FDB;
}
.TagClassName
{
border-color: #534FDB;
}
</style>