Shades of Slate Blue #574DD1
Tints of Slate Blue #574DD1
RGB
CMYK
RGB Variations
Color information
#574DD1 (or 0x574DD1) is known color: Slate Blue. HEX triplet: 57, 4D and D1. RGB value is (87,77,209). Sum of RGB (Red+Green+Blue) = 87+77+209=373 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.32% from 373); Green value is 77 (30.47% from 255 or 20.64% from 373); Blue value is 209 (82.03% from 255 or 56.03% from 373); Max value from RGB is 209 - color contains mainly: blue. Hex color #574DD1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #574DD1 is #A8B22E. Grayscale: #5E5E5E. Windows color (decimal): -11055663 or 13716823. OLE color: 13716823.
HSL color Cylindrical-coordinate representation of color #574DD1: hue angle of 244.55º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #574DD1 is Cyan = 0.58, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 87 | 77 | 209 | - |
| CMYK | 0.58 | 0.63 | 0 | 0.18 |
| HSL | 244.55º | 0.59% | 0.56% | - |
| HSV(B) | 244.55º | 0.63% | 0.82% | - |
| XYZ | 18.09 | 11.94 | 61.67 | - |
| YUV | 95.04 | 192.31 | 122.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 77 | 209 | 0.58 | 0.63 | 0 | 0.18 | 244.55 | 0.59 | 0.56 |
| Hex | 57 | 4D | D1 | 3A | 3F | 0 | 12 | F5 | 3B | 38 |
| Octal | 127 | 115 | 321 | 72 | 77 | 0 | 22 | 365 | 73 | 70 |
| Binary | 1010111 | 1001101 | 11010001 | 111010 | 111111 | 0 | 10010 | 11110101 | 111011 | 111000 |
Color Harmonies of #574DD1
Complementary color
Monochromatic Colors of #574DD1
Black with #574DD1
Text Example
Text Example
White with #574DD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574DD1; }
p { color: rgb(87,77,209); }
H1.HeaderClassName
{
color: #574DD1;
}
.AnyTagClassName
{
color: #574DD1;
}
</style>
background-color css
<style>
a { background-color: #574DD1; }
a { background-color: rgb(87,77,209); }
div.DivClassName
{
background-color: #574DD1;
}
.BgClassName
{
background-color: #574DD1;
}
</style>
border-color css
<style>
span { border-color: #574DD1; }
span { border-color: rgb(87,77,209); }
td.TdClassName
{
border-color: #574DD1;
}
.TagClassName
{
border-color: #574DD1;
}
</style>