Shades of Slate Blue #574ACE
Tints of Slate Blue #574ACE
RGB
CMYK
RGB Variations
Color information
#574ACE (or 0x574ACE) is known color: Slate Blue. HEX triplet: 57, 4A and CE. RGB value is (87,74,206). Sum of RGB (Red+Green+Blue) = 87+74+206=367 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.71% from 367); Green value is 74 (29.30% from 255 or 20.16% from 367); Blue value is 206 (80.86% from 255 or 56.13% from 367); Max value from RGB is 206 - color contains mainly: blue. Hex color #574ACE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #574ACE is #A8B531. Grayscale: #5C5C5C. Windows color (decimal): -11056434 or 13519447. OLE color: 13519447.
HSL color Cylindrical-coordinate representation of color #574ACE: hue angle of 245.91º 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 #574ACE is Cyan = 0.58, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 87 | 74 | 206 | - |
| CMYK | 0.58 | 0.64 | 0 | 0.19 |
| HSL | 245.91º | 0.57% | 0.55% | - |
| HSV(B) | 245.91º | 0.64% | 0.81% | - |
| XYZ | 17.52 | 11.38 | 59.67 | - |
| YUV | 92.94 | 191.81 | 123.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 74 | 206 | 0.58 | 0.64 | 0 | 0.19 | 245.91 | 0.57 | 0.55 |
| Hex | 57 | 4A | CE | 3A | 40 | 0 | 13 | F6 | 39 | 37 |
| Octal | 127 | 112 | 316 | 72 | 100 | 0 | 23 | 366 | 71 | 67 |
| Binary | 1010111 | 1001010 | 11001110 | 111010 | 1000000 | 0 | 10011 | 11110110 | 111001 | 110111 |
Color Harmonies of #574ACE
Complementary color
Monochromatic Colors of #574ACE
Black with #574ACE
Text Example
Text Example
White with #574ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574ACE; }
p { color: rgb(87,74,206); }
H1.HeaderClassName
{
color: #574ACE;
}
.AnyTagClassName
{
color: #574ACE;
}
</style>
background-color css
<style>
a { background-color: #574ACE; }
a { background-color: rgb(87,74,206); }
div.DivClassName
{
background-color: #574ACE;
}
.BgClassName
{
background-color: #574ACE;
}
</style>
border-color css
<style>
span { border-color: #574ACE; }
span { border-color: rgb(87,74,206); }
td.TdClassName
{
border-color: #574ACE;
}
.TagClassName
{
border-color: #574ACE;
}
</style>