Shades of Slate Blue #534DDD
Tints of Slate Blue #534DDD
RGB
CMYK
RGB Variations
Color information
#534DDD (or 0x534DDD) is known color: Slate Blue. HEX triplet: 53, 4D and DD. RGB value is (83,77,221). Sum of RGB (Red+Green+Blue) = 83+77+221=381 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.78% from 381); Green value is 77 (30.47% from 255 or 20.21% from 381); Blue value is 221 (86.72% from 255 or 58.01% from 381); Max value from RGB is 221 - color contains mainly: blue. Hex color #534DDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #534DDD is #ACB222. Grayscale: #5E5E5E. Windows color (decimal): -11317795 or 14503251. OLE color: 14503251.
HSL color Cylindrical-coordinate representation of color #534DDD: hue angle of 242.5º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #534DDD is Cyan = 0.62, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 83 | 77 | 221 | - |
| CMYK | 0.62 | 0.65 | 0 | 0.13 |
| HSL | 242.5º | 0.68% | 0.58% | - |
| HSV(B) | 242.5º | 0.65% | 0.87% | - |
| XYZ | 19.27 | 12.37 | 69.78 | - |
| YUV | 95.21 | 198.99 | 119.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 77 | 221 | 0.62 | 0.65 | 0 | 0.13 | 242.5 | 0.68 | 0.58 |
| Hex | 53 | 4D | DD | 3E | 41 | 0 | D | F2 | 44 | 3A |
| Octal | 123 | 115 | 335 | 76 | 101 | 0 | 15 | 362 | 104 | 72 |
| Binary | 1010011 | 1001101 | 11011101 | 111110 | 1000001 | 0 | 1101 | 11110010 | 1000100 | 111010 |
Color Harmonies of #534DDD
Complementary color
Monochromatic Colors of #534DDD
Black with #534DDD
Text Example
Text Example
White with #534DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534DDD; }
p { color: rgb(83,77,221); }
H1.HeaderClassName
{
color: #534DDD;
}
.AnyTagClassName
{
color: #534DDD;
}
</style>
background-color css
<style>
a { background-color: #534DDD; }
a { background-color: rgb(83,77,221); }
div.DivClassName
{
background-color: #534DDD;
}
.BgClassName
{
background-color: #534DDD;
}
</style>
border-color css
<style>
span { border-color: #534DDD; }
span { border-color: rgb(83,77,221); }
td.TdClassName
{
border-color: #534DDD;
}
.TagClassName
{
border-color: #534DDD;
}
</style>