Shades of Slate Blue #574EC6
Tints of Slate Blue #574EC6
RGB
CMYK
RGB Variations
Color information
#574EC6 (or 0x574EC6) is known color: Slate Blue. HEX triplet: 57, 4E and C6. RGB value is (87,78,198). Sum of RGB (Red+Green+Blue) = 87+78+198=363 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.97% from 363); Green value is 78 (30.86% from 255 or 21.49% from 363); Blue value is 198 (77.73% from 255 or 54.55% from 363); Max value from RGB is 198 - color contains mainly: blue. Hex color #574EC6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #574EC6 is #A8B139. Grayscale: #5D5D5D. Windows color (decimal): -11055418 or 12996183. OLE color: 12996183.
HSL color Cylindrical-coordinate representation of color #574EC6: hue angle of 244.5º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #574EC6 is Cyan = 0.56, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 87 | 78 | 198 | - |
| CMYK | 0.56 | 0.61 | 0 | 0.22 |
| HSL | 244.5º | 0.51% | 0.54% | - |
| HSV(B) | 244.5º | 0.61% | 0.78% | - |
| XYZ | 16.85 | 11.55 | 54.77 | - |
| YUV | 94.37 | 186.48 | 122.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 78 | 198 | 0.56 | 0.61 | 0 | 0.22 | 244.5 | 0.51 | 0.54 |
| Hex | 57 | 4E | C6 | 38 | 3D | 0 | 16 | F4 | 33 | 36 |
| Octal | 127 | 116 | 306 | 70 | 75 | 0 | 26 | 364 | 63 | 66 |
| Binary | 1010111 | 1001110 | 11000110 | 111000 | 111101 | 0 | 10110 | 11110100 | 110011 | 110110 |
Color Harmonies of #574EC6
Complementary color
Monochromatic Colors of #574EC6
Black with #574EC6
Text Example
Text Example
White with #574EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574EC6; }
p { color: rgb(87,78,198); }
H1.HeaderClassName
{
color: #574EC6;
}
.AnyTagClassName
{
color: #574EC6;
}
</style>
background-color css
<style>
a { background-color: #574EC6; }
a { background-color: rgb(87,78,198); }
div.DivClassName
{
background-color: #574EC6;
}
.BgClassName
{
background-color: #574EC6;
}
</style>
border-color css
<style>
span { border-color: #574EC6; }
span { border-color: rgb(87,78,198); }
td.TdClassName
{
border-color: #574EC6;
}
.TagClassName
{
border-color: #574EC6;
}
</style>