Shades of Slate Blue #534CCD
Tints of Slate Blue #534CCD
RGB
CMYK
RGB Variations
Color information
#534CCD (or 0x534CCD) is known color: Slate Blue. HEX triplet: 53, 4C and CD. RGB value is (83,76,205). Sum of RGB (Red+Green+Blue) = 83+76+205=364 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.80% from 364); Green value is 76 (30.08% from 255 or 20.88% from 364); Blue value is 205 (80.47% from 255 or 56.32% from 364); Max value from RGB is 205 - color contains mainly: blue. Hex color #534CCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #534CCD is #ACB332. Grayscale: #5C5C5C. Windows color (decimal): -11318067 or 13454419. OLE color: 13454419.
HSL color Cylindrical-coordinate representation of color #534CCD: hue angle of 243.26º 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 #534CCD is Cyan = 0.60, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 83 | 76 | 205 | - |
| CMYK | 0.60 | 0.63 | 0 | 0.20 |
| HSL | 243.26º | 0.56% | 0.55% | - |
| HSV(B) | 243.26º | 0.63% | 0.8% | - |
| XYZ | 17.17 | 11.42 | 59.06 | - |
| YUV | 92.8 | 191.32 | 121.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 76 | 205 | 0.60 | 0.63 | 0 | 0.20 | 243.26 | 0.56 | 0.55 |
| Hex | 53 | 4C | CD | 3C | 3F | 0 | 14 | F3 | 38 | 37 |
| Octal | 123 | 114 | 315 | 74 | 77 | 0 | 24 | 363 | 70 | 67 |
| Binary | 1010011 | 1001100 | 11001101 | 111100 | 111111 | 0 | 10100 | 11110011 | 111000 | 110111 |
Color Harmonies of #534CCD
Complementary color
Monochromatic Colors of #534CCD
Black with #534CCD
Text Example
Text Example
White with #534CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534CCD; }
p { color: rgb(83,76,205); }
H1.HeaderClassName
{
color: #534CCD;
}
.AnyTagClassName
{
color: #534CCD;
}
</style>
background-color css
<style>
a { background-color: #534CCD; }
a { background-color: rgb(83,76,205); }
div.DivClassName
{
background-color: #534CCD;
}
.BgClassName
{
background-color: #534CCD;
}
</style>
border-color css
<style>
span { border-color: #534CCD; }
span { border-color: rgb(83,76,205); }
td.TdClassName
{
border-color: #534CCD;
}
.TagClassName
{
border-color: #534CCD;
}
</style>