Shades of Slate Blue #534CCC
Tints of Slate Blue #534CCC
RGB
CMYK
RGB Variations
Color information
#534CCC (or 0x534CCC) is known color: Slate Blue. HEX triplet: 53, 4C and CC. RGB value is (83,76,204). Sum of RGB (Red+Green+Blue) = 83+76+204=363 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.87% from 363); Green value is 76 (30.08% from 255 or 20.94% from 363); Blue value is 204 (80.08% from 255 or 56.20% from 363); Max value from RGB is 204 - color contains mainly: blue. Hex color #534CCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #534CCC is #ACB333. Grayscale: #5C5C5C. Windows color (decimal): -11318068 or 13388883. OLE color: 13388883.
HSL color Cylindrical-coordinate representation of color #534CCC: hue angle of 243.28º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #534CCC is Cyan = 0.59, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 83 | 76 | 204 | - |
| CMYK | 0.59 | 0.63 | 0 | 0.2 |
| HSL | 243.28º | 0.56% | 0.55% | - |
| HSV(B) | 243.28º | 0.63% | 0.8% | - |
| XYZ | 17.05 | 11.37 | 58.42 | - |
| YUV | 92.69 | 190.82 | 121.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 76 | 204 | 0.59 | 0.63 | 0 | 0.2 | 243.28 | 0.56 | 0.55 |
| Hex | 53 | 4C | CC | 3B | 3F | 0 | 14 | F3 | 38 | 37 |
| Octal | 123 | 114 | 314 | 73 | 77 | 0 | 24 | 363 | 70 | 67 |
| Binary | 1010011 | 1001100 | 11001100 | 111011 | 111111 | 0 | 10100 | 11110011 | 111000 | 110111 |
Color Harmonies of #534CCC
Complementary color
Monochromatic Colors of #534CCC
Black with #534CCC
Text Example
Text Example
White with #534CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534CCC; }
p { color: rgb(83,76,204); }
H1.HeaderClassName
{
color: #534CCC;
}
.AnyTagClassName
{
color: #534CCC;
}
</style>
background-color css
<style>
a { background-color: #534CCC; }
a { background-color: rgb(83,76,204); }
div.DivClassName
{
background-color: #534CCC;
}
.BgClassName
{
background-color: #534CCC;
}
</style>
border-color css
<style>
span { border-color: #534CCC; }
span { border-color: rgb(83,76,204); }
td.TdClassName
{
border-color: #534CCC;
}
.TagClassName
{
border-color: #534CCC;
}
</style>