Shades of Slate Blue #574CC6
Tints of Slate Blue #574CC6
RGB
CMYK
RGB Variations
Color information
#574CC6 (or 0x574CC6) is known color: Slate Blue. HEX triplet: 57, 4C and C6. RGB value is (87,76,198). Sum of RGB (Red+Green+Blue) = 87+76+198=361 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.10% from 361); Green value is 76 (30.08% from 255 or 21.05% from 361); Blue value is 198 (77.73% from 255 or 54.85% from 361); Max value from RGB is 198 - color contains mainly: blue. Hex color #574CC6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #574CC6 is #A8B339. Grayscale: #5C5C5C. Windows color (decimal): -11055930 or 12995671. OLE color: 12995671.
HSL color Cylindrical-coordinate representation of color #574CC6: hue angle of 245.41º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #574CC6 is Cyan = 0.56, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 87 | 76 | 198 | - |
| CMYK | 0.56 | 0.62 | 0 | 0.22 |
| HSL | 245.41º | 0.52% | 0.54% | - |
| HSV(B) | 245.41º | 0.62% | 0.78% | - |
| XYZ | 16.71 | 11.27 | 54.72 | - |
| YUV | 93.2 | 187.14 | 123.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 76 | 198 | 0.56 | 0.62 | 0 | 0.22 | 245.41 | 0.52 | 0.54 |
| Hex | 57 | 4C | C6 | 38 | 3E | 0 | 16 | F5 | 34 | 36 |
| Octal | 127 | 114 | 306 | 70 | 76 | 0 | 26 | 365 | 64 | 66 |
| Binary | 1010111 | 1001100 | 11000110 | 111000 | 111110 | 0 | 10110 | 11110101 | 110100 | 110110 |
Color Harmonies of #574CC6
Complementary color
Monochromatic Colors of #574CC6
Black with #574CC6
Text Example
Text Example
White with #574CC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574CC6; }
p { color: rgb(87,76,198); }
H1.HeaderClassName
{
color: #574CC6;
}
.AnyTagClassName
{
color: #574CC6;
}
</style>
background-color css
<style>
a { background-color: #574CC6; }
a { background-color: rgb(87,76,198); }
div.DivClassName
{
background-color: #574CC6;
}
.BgClassName
{
background-color: #574CC6;
}
</style>
border-color css
<style>
span { border-color: #574CC6; }
span { border-color: rgb(87,76,198); }
td.TdClassName
{
border-color: #574CC6;
}
.TagClassName
{
border-color: #574CC6;
}
</style>