Shades of Slate Blue #534FDE
Tints of Slate Blue #534FDE
RGB
CMYK
RGB Variations
Color information
#534FDE (or 0x534FDE) is known color: Slate Blue. HEX triplet: 53, 4F and DE. RGB value is (83,79,222). Sum of RGB (Red+Green+Blue) = 83+79+222=384 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.61% from 384); Green value is 79 (31.25% from 255 or 20.57% from 384); Blue value is 222 (87.11% from 255 or 57.81% from 384); Max value from RGB is 222 - color contains mainly: blue. Hex color #534FDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #534FDE is #ACB021. Grayscale: #5F5F5F. Windows color (decimal): -11317282 or 14569299. OLE color: 14569299.
HSL color Cylindrical-coordinate representation of color #534FDE: hue angle of 241.68º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #534FDE is Cyan = 0.63, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 83 | 79 | 222 | - |
| CMYK | 0.63 | 0.64 | 0 | 0.13 |
| HSL | 241.68º | 0.68% | 0.59% | - |
| HSV(B) | 241.68º | 0.64% | 0.87% | - |
| XYZ | 19.55 | 12.7 | 70.53 | - |
| YUV | 96.5 | 198.83 | 118.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 79 | 222 | 0.63 | 0.64 | 0 | 0.13 | 241.68 | 0.68 | 0.59 |
| Hex | 53 | 4F | DE | 3F | 40 | 0 | D | F2 | 44 | 3B |
| Octal | 123 | 117 | 336 | 77 | 100 | 0 | 15 | 362 | 104 | 73 |
| Binary | 1010011 | 1001111 | 11011110 | 111111 | 1000000 | 0 | 1101 | 11110010 | 1000100 | 111011 |
Color Harmonies of #534FDE
Complementary color
Monochromatic Colors of #534FDE
Black with #534FDE
Text Example
Text Example
White with #534FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534FDE; }
p { color: rgb(83,79,222); }
H1.HeaderClassName
{
color: #534FDE;
}
.AnyTagClassName
{
color: #534FDE;
}
</style>
background-color css
<style>
a { background-color: #534FDE; }
a { background-color: rgb(83,79,222); }
div.DivClassName
{
background-color: #534FDE;
}
.BgClassName
{
background-color: #534FDE;
}
</style>
border-color css
<style>
span { border-color: #534FDE; }
span { border-color: rgb(83,79,222); }
td.TdClassName
{
border-color: #534FDE;
}
.TagClassName
{
border-color: #534FDE;
}
</style>