Shades of Slate Blue #534EDD
Tints of Slate Blue #534EDD
RGB
CMYK
RGB Variations
Color information
#534EDD (or 0x534EDD) is known color: Slate Blue. HEX triplet: 53, 4E and DD. RGB value is (83,78,221). Sum of RGB (Red+Green+Blue) = 83+78+221=382 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.73% from 382); Green value is 78 (30.86% from 255 or 20.42% from 382); Blue value is 221 (86.72% from 255 or 57.85% from 382); Max value from RGB is 221 - color contains mainly: blue. Hex color #534EDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #534EDD is #ACB122. Grayscale: #5F5F5F. Windows color (decimal): -11317539 or 14503507. OLE color: 14503507.
HSL color Cylindrical-coordinate representation of color #534EDD: hue angle of 242.1º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #534EDD is Cyan = 0.62, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 83 | 78 | 221 | - |
| CMYK | 0.62 | 0.65 | 0 | 0.13 |
| HSL | 242.1º | 0.68% | 0.59% | - |
| HSV(B) | 242.1º | 0.65% | 0.87% | - |
| XYZ | 19.34 | 12.51 | 69.8 | - |
| YUV | 95.8 | 198.66 | 118.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 78 | 221 | 0.62 | 0.65 | 0 | 0.13 | 242.1 | 0.68 | 0.59 |
| Hex | 53 | 4E | DD | 3E | 41 | 0 | D | F2 | 44 | 3B |
| Octal | 123 | 116 | 335 | 76 | 101 | 0 | 15 | 362 | 104 | 73 |
| Binary | 1010011 | 1001110 | 11011101 | 111110 | 1000001 | 0 | 1101 | 11110010 | 1000100 | 111011 |
Color Harmonies of #534EDD
Complementary color
Monochromatic Colors of #534EDD
Black with #534EDD
Text Example
Text Example
White with #534EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534EDD; }
p { color: rgb(83,78,221); }
H1.HeaderClassName
{
color: #534EDD;
}
.AnyTagClassName
{
color: #534EDD;
}
</style>
background-color css
<style>
a { background-color: #534EDD; }
a { background-color: rgb(83,78,221); }
div.DivClassName
{
background-color: #534EDD;
}
.BgClassName
{
background-color: #534EDD;
}
</style>
border-color css
<style>
span { border-color: #534EDD; }
span { border-color: rgb(83,78,221); }
td.TdClassName
{
border-color: #534EDD;
}
.TagClassName
{
border-color: #534EDD;
}
</style>