Shades of Slate Blue #534DCC
Tints of Slate Blue #534DCC
RGB
CMYK
RGB Variations
Color information
#534DCC (or 0x534DCC) is known color: Slate Blue. HEX triplet: 53, 4D and CC. RGB value is (83,77,204). Sum of RGB (Red+Green+Blue) = 83+77+204=364 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.80% from 364); Green value is 77 (30.47% from 255 or 21.15% from 364); Blue value is 204 (80.08% from 255 or 56.04% from 364); Max value from RGB is 204 - color contains mainly: blue. Hex color #534DCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #534DCC is #ACB233. Grayscale: #5C5C5C. Windows color (decimal): -11317812 or 13389139. OLE color: 13389139.
HSL color Cylindrical-coordinate representation of color #534DCC: hue angle of 242.83º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #534DCC is Cyan = 0.59, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 83 | 77 | 204 | - |
| CMYK | 0.59 | 0.62 | 0 | 0.2 |
| HSL | 242.83º | 0.55% | 0.55% | - |
| HSV(B) | 242.83º | 0.62% | 0.8% | - |
| XYZ | 17.12 | 11.51 | 58.45 | - |
| YUV | 93.27 | 190.49 | 120.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 77 | 204 | 0.59 | 0.62 | 0 | 0.2 | 242.83 | 0.55 | 0.55 |
| Hex | 53 | 4D | CC | 3B | 3E | 0 | 14 | F3 | 37 | 37 |
| Octal | 123 | 115 | 314 | 73 | 76 | 0 | 24 | 363 | 67 | 67 |
| Binary | 1010011 | 1001101 | 11001100 | 111011 | 111110 | 0 | 10100 | 11110011 | 110111 | 110111 |
Color Harmonies of #534DCC
Complementary color
Monochromatic Colors of #534DCC
Black with #534DCC
Text Example
Text Example
White with #534DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534DCC; }
p { color: rgb(83,77,204); }
H1.HeaderClassName
{
color: #534DCC;
}
.AnyTagClassName
{
color: #534DCC;
}
</style>
background-color css
<style>
a { background-color: #534DCC; }
a { background-color: rgb(83,77,204); }
div.DivClassName
{
background-color: #534DCC;
}
.BgClassName
{
background-color: #534DCC;
}
</style>
border-color css
<style>
span { border-color: #534DCC; }
span { border-color: rgb(83,77,204); }
td.TdClassName
{
border-color: #534DCC;
}
.TagClassName
{
border-color: #534DCC;
}
</style>