Shades of Slate Blue #533EDC
Tints of Slate Blue #533EDC
RGB
CMYK
RGB Variations
Color information
#533EDC (or 0x533EDC) is known color: Slate Blue. HEX triplet: 53, 3E and DC. RGB value is (83,62,220). Sum of RGB (Red+Green+Blue) = 83+62+220=365 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.74% from 365); Green value is 62 (24.61% from 255 or 16.99% from 365); Blue value is 220 (86.33% from 255 or 60.27% from 365); Max value from RGB is 220 - color contains mainly: blue. Hex color #533EDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #533EDC is #ACC123. Grayscale: #555555. Windows color (decimal): -11321636 or 14433875. OLE color: 14433875.
HSL color Cylindrical-coordinate representation of color #533EDC: hue angle of 247.97º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #533EDC is Cyan = 0.62, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 83 | 62 | 220 | - |
| CMYK | 0.62 | 0.72 | 0 | 0.14 |
| HSL | 247.97º | 0.69% | 0.55% | - |
| HSV(B) | 247.97º | 0.72% | 0.86% | - |
| XYZ | 18.21 | 10.45 | 68.77 | - |
| YUV | 86.29 | 203.46 | 125.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 62 | 220 | 0.62 | 0.72 | 0 | 0.14 | 247.97 | 0.69 | 0.55 |
| Hex | 53 | 3E | DC | 3E | 48 | 0 | E | F8 | 45 | 37 |
| Octal | 123 | 76 | 334 | 76 | 110 | 0 | 16 | 370 | 105 | 67 |
| Binary | 1010011 | 111110 | 11011100 | 111110 | 1001000 | 0 | 1110 | 11111000 | 1000101 | 110111 |
Color Harmonies of #533EDC
Complementary color
Monochromatic Colors of #533EDC
Black with #533EDC
Text Example
Text Example
White with #533EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533EDC; }
p { color: rgb(83,62,220); }
H1.HeaderClassName
{
color: #533EDC;
}
.AnyTagClassName
{
color: #533EDC;
}
</style>
background-color css
<style>
a { background-color: #533EDC; }
a { background-color: rgb(83,62,220); }
div.DivClassName
{
background-color: #533EDC;
}
.BgClassName
{
background-color: #533EDC;
}
</style>
border-color css
<style>
span { border-color: #533EDC; }
span { border-color: rgb(83,62,220); }
td.TdClassName
{
border-color: #533EDC;
}
.TagClassName
{
border-color: #533EDC;
}
</style>