Shades of Slate Blue #574ED0
Tints of Slate Blue #574ED0
RGB
CMYK
RGB Variations
Color information
#574ED0 (or 0x574ED0) is known color: Slate Blue. HEX triplet: 57, 4E and D0. RGB value is (87,78,208). Sum of RGB (Red+Green+Blue) = 87+78+208=373 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.32% from 373); Green value is 78 (30.86% from 255 or 20.91% from 373); Blue value is 208 (81.64% from 255 or 55.76% from 373); Max value from RGB is 208 - color contains mainly: blue. Hex color #574ED0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #574ED0 is #A8B12F. Grayscale: #5E5E5E. Windows color (decimal): -11055408 or 13651543. OLE color: 13651543.
HSL color Cylindrical-coordinate representation of color #574ED0: hue angle of 244.15º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #574ED0 is Cyan = 0.58, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 87 | 78 | 208 | - |
| CMYK | 0.58 | 0.62 | 0 | 0.18 |
| HSL | 244.15º | 0.58% | 0.56% | - |
| HSV(B) | 244.15º | 0.63% | 0.82% | - |
| XYZ | 18.04 | 12.03 | 61.05 | - |
| YUV | 95.51 | 191.48 | 121.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 78 | 208 | 0.58 | 0.62 | 0 | 0.18 | 244.15 | 0.58 | 0.56 |
| Hex | 57 | 4E | D0 | 3A | 3E | 0 | 12 | F4 | 3A | 38 |
| Octal | 127 | 116 | 320 | 72 | 76 | 0 | 22 | 364 | 72 | 70 |
| Binary | 1010111 | 1001110 | 11010000 | 111010 | 111110 | 0 | 10010 | 11110100 | 111010 | 111000 |
Color Harmonies of #574ED0
Complementary color
Monochromatic Colors of #574ED0
Black with #574ED0
Text Example
Text Example
White with #574ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574ED0; }
p { color: rgb(87,78,208); }
H1.HeaderClassName
{
color: #574ED0;
}
.AnyTagClassName
{
color: #574ED0;
}
</style>
background-color css
<style>
a { background-color: #574ED0; }
a { background-color: rgb(87,78,208); }
div.DivClassName
{
background-color: #574ED0;
}
.BgClassName
{
background-color: #574ED0;
}
</style>
border-color css
<style>
span { border-color: #574ED0; }
span { border-color: rgb(87,78,208); }
td.TdClassName
{
border-color: #574ED0;
}
.TagClassName
{
border-color: #574ED0;
}
</style>