Shades of Slate Blue #534DDE
Tints of Slate Blue #534DDE
RGB
CMYK
RGB Variations
Color information
#534DDE (or 0x534DDE) is known color: Slate Blue. HEX triplet: 53, 4D and DE. RGB value is (83,77,222). Sum of RGB (Red+Green+Blue) = 83+77+222=382 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.73% from 382); Green value is 77 (30.47% from 255 or 20.16% from 382); Blue value is 222 (87.11% from 255 or 58.12% from 382); Max value from RGB is 222 - color contains mainly: blue. Hex color #534DDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #534DDE is #ACB221. Grayscale: #5E5E5E. Windows color (decimal): -11317794 or 14568787. OLE color: 14568787.
HSL color Cylindrical-coordinate representation of color #534DDE: hue angle of 242.48º degrees, saturation: 0.69, 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 #534DDE is Cyan = 0.63, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 83 | 77 | 222 | - |
| CMYK | 0.63 | 0.65 | 0 | 0.13 |
| HSL | 242.48º | 0.69% | 0.59% | - |
| HSV(B) | 242.48º | 0.65% | 0.87% | - |
| XYZ | 19.41 | 12.42 | 70.48 | - |
| YUV | 95.32 | 199.49 | 119.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 77 | 222 | 0.63 | 0.65 | 0 | 0.13 | 242.48 | 0.69 | 0.59 |
| Hex | 53 | 4D | DE | 3F | 41 | 0 | D | F2 | 45 | 3B |
| Octal | 123 | 115 | 336 | 77 | 101 | 0 | 15 | 362 | 105 | 73 |
| Binary | 1010011 | 1001101 | 11011110 | 111111 | 1000001 | 0 | 1101 | 11110010 | 1000101 | 111011 |
Color Harmonies of #534DDE
Complementary color
Monochromatic Colors of #534DDE
Black with #534DDE
Text Example
Text Example
White with #534DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534DDE; }
p { color: rgb(83,77,222); }
H1.HeaderClassName
{
color: #534DDE;
}
.AnyTagClassName
{
color: #534DDE;
}
</style>
background-color css
<style>
a { background-color: #534DDE; }
a { background-color: rgb(83,77,222); }
div.DivClassName
{
background-color: #534DDE;
}
.BgClassName
{
background-color: #534DDE;
}
</style>
border-color css
<style>
span { border-color: #534DDE; }
span { border-color: rgb(83,77,222); }
td.TdClassName
{
border-color: #534DDE;
}
.TagClassName
{
border-color: #534DDE;
}
</style>