Shades of Slate Blue #533DDB
Tints of Slate Blue #533DDB
RGB
CMYK
RGB Variations
Color information
#533DDB (or 0x533DDB) is known color: Slate Blue. HEX triplet: 53, 3D and DB. RGB value is (83,61,219). Sum of RGB (Red+Green+Blue) = 83+61+219=363 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.87% from 363); Green value is 61 (24.22% from 255 or 16.80% from 363); Blue value is 219 (85.94% from 255 or 60.33% from 363); Max value from RGB is 219 - color contains mainly: blue. Hex color #533DDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #533DDB is #ACC224. Grayscale: #545454. Windows color (decimal): -11321893 or 14368083. OLE color: 14368083.
HSL color Cylindrical-coordinate representation of color #533DDB: hue angle of 248.35º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #533DDB is Cyan = 0.62, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 83 | 61 | 219 | - |
| CMYK | 0.62 | 0.72 | 0 | 0.14 |
| HSL | 248.35º | 0.69% | 0.55% | - |
| HSV(B) | 248.35º | 0.72% | 0.86% | - |
| XYZ | 18.02 | 10.29 | 68.05 | - |
| YUV | 85.59 | 203.29 | 126.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 61 | 219 | 0.62 | 0.72 | 0 | 0.14 | 248.35 | 0.69 | 0.55 |
| Hex | 53 | 3D | DB | 3E | 48 | 0 | E | F8 | 45 | 37 |
| Octal | 123 | 75 | 333 | 76 | 110 | 0 | 16 | 370 | 105 | 67 |
| Binary | 1010011 | 111101 | 11011011 | 111110 | 1001000 | 0 | 1110 | 11111000 | 1000101 | 110111 |
Color Harmonies of #533DDB
Complementary color
Monochromatic Colors of #533DDB
Black with #533DDB
Text Example
Text Example
White with #533DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533DDB; }
p { color: rgb(83,61,219); }
H1.HeaderClassName
{
color: #533DDB;
}
.AnyTagClassName
{
color: #533DDB;
}
</style>
background-color css
<style>
a { background-color: #533DDB; }
a { background-color: rgb(83,61,219); }
div.DivClassName
{
background-color: #533DDB;
}
.BgClassName
{
background-color: #533DDB;
}
</style>
border-color css
<style>
span { border-color: #533DDB; }
span { border-color: rgb(83,61,219); }
td.TdClassName
{
border-color: #533DDB;
}
.TagClassName
{
border-color: #533DDB;
}
</style>