Shades of Slate Blue #574EC4
Tints of Slate Blue #574EC4
RGB
CMYK
RGB Variations
Color information
#574EC4 (or 0x574EC4) is known color: Slate Blue. HEX triplet: 57, 4E and C4. RGB value is (87,78,196). Sum of RGB (Red+Green+Blue) = 87+78+196=361 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.10% from 361); Green value is 78 (30.86% from 255 or 21.61% from 361); Blue value is 196 (76.95% from 255 or 54.29% from 361); Max value from RGB is 196 - color contains mainly: blue. Hex color #574EC4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #574EC4 is #A8B13B. Grayscale: #5D5D5D. Windows color (decimal): -11055420 or 12865111. OLE color: 12865111.
HSL color Cylindrical-coordinate representation of color #574EC4: hue angle of 244.58º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #574EC4 is Cyan = 0.56, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 87 | 78 | 196 | - |
| CMYK | 0.56 | 0.60 | 0 | 0.23 |
| HSL | 244.58º | 0.5% | 0.54% | - |
| HSV(B) | 244.58º | 0.6% | 0.77% | - |
| XYZ | 16.62 | 11.46 | 53.56 | - |
| YUV | 94.14 | 185.48 | 122.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 78 | 196 | 0.56 | 0.60 | 0 | 0.23 | 244.58 | 0.5 | 0.54 |
| Hex | 57 | 4E | C4 | 38 | 3C | 0 | 17 | F5 | 32 | 36 |
| Octal | 127 | 116 | 304 | 70 | 74 | 0 | 27 | 365 | 62 | 66 |
| Binary | 1010111 | 1001110 | 11000100 | 111000 | 111100 | 0 | 10111 | 11110101 | 110010 | 110110 |
Color Harmonies of #574EC4
Complementary color
Monochromatic Colors of #574EC4
Black with #574EC4
Text Example
Text Example
White with #574EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574EC4; }
p { color: rgb(87,78,196); }
H1.HeaderClassName
{
color: #574EC4;
}
.AnyTagClassName
{
color: #574EC4;
}
</style>
background-color css
<style>
a { background-color: #574EC4; }
a { background-color: rgb(87,78,196); }
div.DivClassName
{
background-color: #574EC4;
}
.BgClassName
{
background-color: #574EC4;
}
</style>
border-color css
<style>
span { border-color: #574EC4; }
span { border-color: rgb(87,78,196); }
td.TdClassName
{
border-color: #574EC4;
}
.TagClassName
{
border-color: #574EC4;
}
</style>