Shades of Slate Blue #534ACE
Tints of Slate Blue #534ACE
RGB
CMYK
RGB Variations
Color information
#534ACE (or 0x534ACE) is known color: Slate Blue. HEX triplet: 53, 4A and CE. RGB value is (83,74,206). Sum of RGB (Red+Green+Blue) = 83+74+206=363 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.87% from 363); Green value is 74 (29.30% from 255 or 20.39% from 363); Blue value is 206 (80.86% from 255 or 56.75% from 363); Max value from RGB is 206 - color contains mainly: blue. Hex color #534ACE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #534ACE is #ACB531. Grayscale: #5B5B5B. Windows color (decimal): -11318578 or 13519443. OLE color: 13519443.
HSL color Cylindrical-coordinate representation of color #534ACE: hue angle of 244.09º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #534ACE is Cyan = 0.60, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 83 | 74 | 206 | - |
| CMYK | 0.60 | 0.64 | 0 | 0.19 |
| HSL | 244.09º | 0.57% | 0.55% | - |
| HSV(B) | 244.09º | 0.64% | 0.81% | - |
| XYZ | 17.16 | 11.19 | 59.65 | - |
| YUV | 91.74 | 192.48 | 121.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 74 | 206 | 0.60 | 0.64 | 0 | 0.19 | 244.09 | 0.57 | 0.55 |
| Hex | 53 | 4A | CE | 3C | 40 | 0 | 13 | F4 | 39 | 37 |
| Octal | 123 | 112 | 316 | 74 | 100 | 0 | 23 | 364 | 71 | 67 |
| Binary | 1010011 | 1001010 | 11001110 | 111100 | 1000000 | 0 | 10011 | 11110100 | 111001 | 110111 |
Color Harmonies of #534ACE
Complementary color
Monochromatic Colors of #534ACE
Black with #534ACE
Text Example
Text Example
White with #534ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534ACE; }
p { color: rgb(83,74,206); }
H1.HeaderClassName
{
color: #534ACE;
}
.AnyTagClassName
{
color: #534ACE;
}
</style>
background-color css
<style>
a { background-color: #534ACE; }
a { background-color: rgb(83,74,206); }
div.DivClassName
{
background-color: #534ACE;
}
.BgClassName
{
background-color: #534ACE;
}
</style>
border-color css
<style>
span { border-color: #534ACE; }
span { border-color: rgb(83,74,206); }
td.TdClassName
{
border-color: #534ACE;
}
.TagClassName
{
border-color: #534ACE;
}
</style>