Shades of Slate Blue #534CDE
Tints of Slate Blue #534CDE
RGB
CMYK
RGB Variations
Color information
#534CDE (or 0x534CDE) is known color: Slate Blue. HEX triplet: 53, 4C and DE. RGB value is (83,76,222). Sum of RGB (Red+Green+Blue) = 83+76+222=381 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.78% from 381); Green value is 76 (30.08% from 255 or 19.95% from 381); Blue value is 222 (87.11% from 255 or 58.27% from 381); Max value from RGB is 222 - color contains mainly: blue. Hex color #534CDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #534CDE is #ACB321. Grayscale: #5E5E5E. Windows color (decimal): -11318050 or 14568531. OLE color: 14568531.
HSL color Cylindrical-coordinate representation of color #534CDE: hue angle of 242.88º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #534CDE is Cyan = 0.63, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 83 | 76 | 222 | - |
| CMYK | 0.63 | 0.66 | 0 | 0.13 |
| HSL | 242.88º | 0.69% | 0.58% | - |
| HSV(B) | 242.88º | 0.66% | 0.87% | - |
| XYZ | 19.34 | 12.28 | 70.46 | - |
| YUV | 94.74 | 199.82 | 119.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 76 | 222 | 0.63 | 0.66 | 0 | 0.13 | 242.88 | 0.69 | 0.58 |
| Hex | 53 | 4C | DE | 3F | 42 | 0 | D | F3 | 45 | 3A |
| Octal | 123 | 114 | 336 | 77 | 102 | 0 | 15 | 363 | 105 | 72 |
| Binary | 1010011 | 1001100 | 11011110 | 111111 | 1000010 | 0 | 1101 | 11110011 | 1000101 | 111010 |
Color Harmonies of #534CDE
Complementary color
Monochromatic Colors of #534CDE
Black with #534CDE
Text Example
Text Example
White with #534CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534CDE; }
p { color: rgb(83,76,222); }
H1.HeaderClassName
{
color: #534CDE;
}
.AnyTagClassName
{
color: #534CDE;
}
</style>
background-color css
<style>
a { background-color: #534CDE; }
a { background-color: rgb(83,76,222); }
div.DivClassName
{
background-color: #534CDE;
}
.BgClassName
{
background-color: #534CDE;
}
</style>
border-color css
<style>
span { border-color: #534CDE; }
span { border-color: rgb(83,76,222); }
td.TdClassName
{
border-color: #534CDE;
}
.TagClassName
{
border-color: #534CDE;
}
</style>