Shades of Slate Blue #574EE0
Tints of Slate Blue #574EE0
RGB
CMYK
RGB Variations
Color information
#574EE0 (or 0x574EE0) is known color: Slate Blue. HEX triplet: 57, 4E and E0. RGB value is (87,78,224). Sum of RGB (Red+Green+Blue) = 87+78+224=389 (51% of max value = 765). Red value is 87 (34.38% from 255 or 22.37% from 389); Green value is 78 (30.86% from 255 or 20.05% from 389); Blue value is 224 (87.89% from 255 or 57.58% from 389); Max value from RGB is 224 - color contains mainly: blue. Hex color #574EE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #574EE0 is #A8B11F. Grayscale: #606060. Windows color (decimal): -11055392 or 14700119. OLE color: 14700119.
HSL color Cylindrical-coordinate representation of color #574EE0: hue angle of 243.7º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #574EE0 is Cyan = 0.61, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 87 | 78 | 224 | - |
| CMYK | 0.61 | 0.65 | 0 | 0.12 |
| HSL | 243.7º | 0.7% | 0.59% | - |
| HSV(B) | 243.7º | 0.65% | 0.88% | - |
| XYZ | 20.11 | 12.86 | 71.94 | - |
| YUV | 97.34 | 199.48 | 120.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 78 | 224 | 0.61 | 0.65 | 0 | 0.12 | 243.7 | 0.7 | 0.59 |
| Hex | 57 | 4E | E0 | 3D | 41 | 0 | C | F4 | 46 | 3B |
| Octal | 127 | 116 | 340 | 75 | 101 | 0 | 14 | 364 | 106 | 73 |
| Binary | 1010111 | 1001110 | 11100000 | 111101 | 1000001 | 0 | 1100 | 11110100 | 1000110 | 111011 |
Color Harmonies of #574EE0
Complementary color
Monochromatic Colors of #574EE0
Black with #574EE0
Text Example
Text Example
White with #574EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574EE0; }
p { color: rgb(87,78,224); }
H1.HeaderClassName
{
color: #574EE0;
}
.AnyTagClassName
{
color: #574EE0;
}
</style>
background-color css
<style>
a { background-color: #574EE0; }
a { background-color: rgb(87,78,224); }
div.DivClassName
{
background-color: #574EE0;
}
.BgClassName
{
background-color: #574EE0;
}
</style>
border-color css
<style>
span { border-color: #574EE0; }
span { border-color: rgb(87,78,224); }
td.TdClassName
{
border-color: #574EE0;
}
.TagClassName
{
border-color: #574EE0;
}
</style>