Shades of Slate Blue #533FDB
Tints of Slate Blue #533FDB
RGB
CMYK
RGB Variations
Color information
#533FDB (or 0x533FDB) is known color: Slate Blue. HEX triplet: 53, 3F and DB. RGB value is (83,63,219). Sum of RGB (Red+Green+Blue) = 83+63+219=365 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.74% from 365); Green value is 63 (25% from 255 or 17.26% from 365); Blue value is 219 (85.94% from 255 or 60% from 365); Max value from RGB is 219 - color contains mainly: blue. Hex color #533FDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #533FDB is #ACC024. Grayscale: #565656. Windows color (decimal): -11321381 or 14368595. OLE color: 14368595.
HSL color Cylindrical-coordinate representation of color #533FDB: hue angle of 247.69º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #533FDB is Cyan = 0.62, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 83 | 63 | 219 | - |
| CMYK | 0.62 | 0.71 | 0 | 0.14 |
| HSL | 247.69º | 0.68% | 0.55% | - |
| HSV(B) | 247.69º | 0.71% | 0.86% | - |
| XYZ | 18.13 | 10.51 | 68.09 | - |
| YUV | 86.76 | 202.63 | 125.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 63 | 219 | 0.62 | 0.71 | 0 | 0.14 | 247.69 | 0.68 | 0.55 |
| Hex | 53 | 3F | DB | 3E | 47 | 0 | E | F8 | 44 | 37 |
| Octal | 123 | 77 | 333 | 76 | 107 | 0 | 16 | 370 | 104 | 67 |
| Binary | 1010011 | 111111 | 11011011 | 111110 | 1000111 | 0 | 1110 | 11111000 | 1000100 | 110111 |
Color Harmonies of #533FDB
Complementary color
Monochromatic Colors of #533FDB
Black with #533FDB
Text Example
Text Example
White with #533FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533FDB; }
p { color: rgb(83,63,219); }
H1.HeaderClassName
{
color: #533FDB;
}
.AnyTagClassName
{
color: #533FDB;
}
</style>
background-color css
<style>
a { background-color: #533FDB; }
a { background-color: rgb(83,63,219); }
div.DivClassName
{
background-color: #533FDB;
}
.BgClassName
{
background-color: #533FDB;
}
</style>
border-color css
<style>
span { border-color: #533FDB; }
span { border-color: rgb(83,63,219); }
td.TdClassName
{
border-color: #533FDB;
}
.TagClassName
{
border-color: #533FDB;
}
</style>