Shades of Slate Blue #534FD6
Tints of Slate Blue #534FD6
RGB
CMYK
RGB Variations
Color information
#534FD6 (or 0x534FD6) is known color: Slate Blue. HEX triplet: 53, 4F and D6. RGB value is (83,79,214). Sum of RGB (Red+Green+Blue) = 83+79+214=376 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.07% from 376); Green value is 79 (31.25% from 255 or 21.01% from 376); Blue value is 214 (83.98% from 255 or 56.91% from 376); Max value from RGB is 214 - color contains mainly: blue. Hex color #534FD6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #534FD6 is #ACB029. Grayscale: #5F5F5F. Windows color (decimal): -11317290 or 14045011. OLE color: 14045011.
HSL color Cylindrical-coordinate representation of color #534FD6: hue angle of 241.78º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #534FD6 is Cyan = 0.61, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 83 | 79 | 214 | - |
| CMYK | 0.61 | 0.63 | 0 | 0.16 |
| HSL | 241.78º | 0.62% | 0.57% | - |
| HSV(B) | 241.78º | 0.63% | 0.84% | - |
| XYZ | 18.5 | 12.29 | 65.01 | - |
| YUV | 95.59 | 194.83 | 119.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 79 | 214 | 0.61 | 0.63 | 0 | 0.16 | 241.78 | 0.62 | 0.57 |
| Hex | 53 | 4F | D6 | 3D | 3F | 0 | 10 | F2 | 3E | 39 |
| Octal | 123 | 117 | 326 | 75 | 77 | 0 | 20 | 362 | 76 | 71 |
| Binary | 1010011 | 1001111 | 11010110 | 111101 | 111111 | 0 | 10000 | 11110010 | 111110 | 111001 |
Color Harmonies of #534FD6
Complementary color
Monochromatic Colors of #534FD6
Black with #534FD6
Text Example
Text Example
White with #534FD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534FD6; }
p { color: rgb(83,79,214); }
H1.HeaderClassName
{
color: #534FD6;
}
.AnyTagClassName
{
color: #534FD6;
}
</style>
background-color css
<style>
a { background-color: #534FD6; }
a { background-color: rgb(83,79,214); }
div.DivClassName
{
background-color: #534FD6;
}
.BgClassName
{
background-color: #534FD6;
}
</style>
border-color css
<style>
span { border-color: #534FD6; }
span { border-color: rgb(83,79,214); }
td.TdClassName
{
border-color: #534FD6;
}
.TagClassName
{
border-color: #534FD6;
}
</style>