Shades of Slate Blue #574CE0
Tints of Slate Blue #574CE0
RGB
CMYK
RGB Variations
Color information
#574CE0 (or 0x574CE0) is known color: Slate Blue. HEX triplet: 57, 4C and E0. RGB value is (87,76,224). Sum of RGB (Red+Green+Blue) = 87+76+224=387 (51% of max value = 765). Red value is 87 (34.38% from 255 or 22.48% from 387); Green value is 76 (30.08% from 255 or 19.64% from 387); Blue value is 224 (87.89% from 255 or 57.88% from 387); Max value from RGB is 224 - color contains mainly: blue. Hex color #574CE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #574CE0 is #A8B31F. Grayscale: #5F5F5F. Windows color (decimal): -11055904 or 14699607. OLE color: 14699607.
HSL color Cylindrical-coordinate representation of color #574CE0: hue angle of 244.46º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #574CE0 is Cyan = 0.61, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 87 | 76 | 224 | - |
| CMYK | 0.61 | 0.66 | 0 | 0.12 |
| HSL | 244.46º | 0.7% | 0.59% | - |
| HSV(B) | 244.46º | 0.66% | 0.88% | - |
| XYZ | 19.97 | 12.58 | 71.9 | - |
| YUV | 96.16 | 200.14 | 121.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 76 | 224 | 0.61 | 0.66 | 0 | 0.12 | 244.46 | 0.7 | 0.59 |
| Hex | 57 | 4C | E0 | 3D | 42 | 0 | C | F4 | 46 | 3B |
| Octal | 127 | 114 | 340 | 75 | 102 | 0 | 14 | 364 | 106 | 73 |
| Binary | 1010111 | 1001100 | 11100000 | 111101 | 1000010 | 0 | 1100 | 11110100 | 1000110 | 111011 |
Color Harmonies of #574CE0
Complementary color
Monochromatic Colors of #574CE0
Black with #574CE0
Text Example
Text Example
White with #574CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574CE0; }
p { color: rgb(87,76,224); }
H1.HeaderClassName
{
color: #574CE0;
}
.AnyTagClassName
{
color: #574CE0;
}
</style>
background-color css
<style>
a { background-color: #574CE0; }
a { background-color: rgb(87,76,224); }
div.DivClassName
{
background-color: #574CE0;
}
.BgClassName
{
background-color: #574CE0;
}
</style>
border-color css
<style>
span { border-color: #574CE0; }
span { border-color: rgb(87,76,224); }
td.TdClassName
{
border-color: #574CE0;
}
.TagClassName
{
border-color: #574CE0;
}
</style>