Shades of Slate Blue #574EC9
Tints of Slate Blue #574EC9
RGB
CMYK
RGB Variations
Color information
#574EC9 (or 0x574EC9) is known color: Slate Blue. HEX triplet: 57, 4E and C9. RGB value is (87,78,201). Sum of RGB (Red+Green+Blue) = 87+78+201=366 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.77% from 366); Green value is 78 (30.86% from 255 or 21.31% from 366); Blue value is 201 (78.91% from 255 or 54.92% from 366); Max value from RGB is 201 - color contains mainly: blue. Hex color #574EC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #574EC9 is #A8B136. Grayscale: #5E5E5E. Windows color (decimal): -11055415 or 13192791. OLE color: 13192791.
HSL color Cylindrical-coordinate representation of color #574EC9: hue angle of 244.39º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #574EC9 is Cyan = 0.57, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 87 | 78 | 201 | - |
| CMYK | 0.57 | 0.61 | 0 | 0.21 |
| HSL | 244.39º | 0.53% | 0.55% | - |
| HSV(B) | 244.39º | 0.61% | 0.79% | - |
| XYZ | 17.2 | 11.69 | 56.61 | - |
| YUV | 94.71 | 187.98 | 122.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 78 | 201 | 0.57 | 0.61 | 0 | 0.21 | 244.39 | 0.53 | 0.55 |
| Hex | 57 | 4E | C9 | 39 | 3D | 0 | 15 | F4 | 35 | 37 |
| Octal | 127 | 116 | 311 | 71 | 75 | 0 | 25 | 364 | 65 | 67 |
| Binary | 1010111 | 1001110 | 11001001 | 111001 | 111101 | 0 | 10101 | 11110100 | 110101 | 110111 |
Color Harmonies of #574EC9
Complementary color
Monochromatic Colors of #574EC9
Black with #574EC9
Text Example
Text Example
White with #574EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574EC9; }
p { color: rgb(87,78,201); }
H1.HeaderClassName
{
color: #574EC9;
}
.AnyTagClassName
{
color: #574EC9;
}
</style>
background-color css
<style>
a { background-color: #574EC9; }
a { background-color: rgb(87,78,201); }
div.DivClassName
{
background-color: #574EC9;
}
.BgClassName
{
background-color: #574EC9;
}
</style>
border-color css
<style>
span { border-color: #574EC9; }
span { border-color: rgb(87,78,201); }
td.TdClassName
{
border-color: #574EC9;
}
.TagClassName
{
border-color: #574EC9;
}
</style>