Shades of Slate Blue #534DD8
Tints of Slate Blue #534DD8
RGB
CMYK
RGB Variations
Color information
#534DD8 (or 0x534DD8) is known color: Slate Blue. HEX triplet: 53, 4D and D8. RGB value is (83,77,216). Sum of RGB (Red+Green+Blue) = 83+77+216=376 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.07% from 376); Green value is 77 (30.47% from 255 or 20.48% from 376); Blue value is 216 (84.77% from 255 or 57.45% from 376); Max value from RGB is 216 - color contains mainly: blue. Hex color #534DD8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #534DD8 is #ACB227. Grayscale: #5E5E5E. Windows color (decimal): -11317800 or 14175571. OLE color: 14175571.
HSL color Cylindrical-coordinate representation of color #534DD8: hue angle of 242.59º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #534DD8 is Cyan = 0.62, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 83 | 77 | 216 | - |
| CMYK | 0.62 | 0.64 | 0 | 0.15 |
| HSL | 242.59º | 0.64% | 0.57% | - |
| HSV(B) | 242.59º | 0.64% | 0.85% | - |
| XYZ | 18.62 | 12.1 | 66.32 | - |
| YUV | 94.64 | 196.49 | 119.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 77 | 216 | 0.62 | 0.64 | 0 | 0.15 | 242.59 | 0.64 | 0.57 |
| Hex | 53 | 4D | D8 | 3E | 40 | 0 | F | F3 | 40 | 39 |
| Octal | 123 | 115 | 330 | 76 | 100 | 0 | 17 | 363 | 100 | 71 |
| Binary | 1010011 | 1001101 | 11011000 | 111110 | 1000000 | 0 | 1111 | 11110011 | 1000000 | 111001 |
Color Harmonies of #534DD8
Complementary color
Monochromatic Colors of #534DD8
Black with #534DD8
Text Example
Text Example
White with #534DD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534DD8; }
p { color: rgb(83,77,216); }
H1.HeaderClassName
{
color: #534DD8;
}
.AnyTagClassName
{
color: #534DD8;
}
</style>
background-color css
<style>
a { background-color: #534DD8; }
a { background-color: rgb(83,77,216); }
div.DivClassName
{
background-color: #534DD8;
}
.BgClassName
{
background-color: #534DD8;
}
</style>
border-color css
<style>
span { border-color: #534DD8; }
span { border-color: rgb(83,77,216); }
td.TdClassName
{
border-color: #534DD8;
}
.TagClassName
{
border-color: #534DD8;
}
</style>