Shades of Slate Blue #574DD0
Tints of Slate Blue #574DD0
RGB
CMYK
RGB Variations
Color information
#574DD0 (or 0x574DD0) is known color: Slate Blue. HEX triplet: 57, 4D and D0. RGB value is (87,77,208). Sum of RGB (Red+Green+Blue) = 87+77+208=372 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.39% from 372); Green value is 77 (30.47% from 255 or 20.70% from 372); Blue value is 208 (81.64% from 255 or 55.91% from 372); Max value from RGB is 208 - color contains mainly: blue. Hex color #574DD0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #574DD0 is #A8B22F. Grayscale: #5E5E5E. Windows color (decimal): -11055664 or 13651287. OLE color: 13651287.
HSL color Cylindrical-coordinate representation of color #574DD0: hue angle of 244.58º degrees, saturation: 0.58, 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 #574DD0 is Cyan = 0.58, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 87 | 77 | 208 | - |
| CMYK | 0.58 | 0.63 | 0 | 0.18 |
| HSL | 244.58º | 0.58% | 0.56% | - |
| HSV(B) | 244.58º | 0.63% | 0.82% | - |
| XYZ | 17.97 | 11.89 | 61.02 | - |
| YUV | 94.92 | 191.81 | 122.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 77 | 208 | 0.58 | 0.63 | 0 | 0.18 | 244.58 | 0.58 | 0.56 |
| Hex | 57 | 4D | D0 | 3A | 3F | 0 | 12 | F5 | 3A | 38 |
| Octal | 127 | 115 | 320 | 72 | 77 | 0 | 22 | 365 | 72 | 70 |
| Binary | 1010111 | 1001101 | 11010000 | 111010 | 111111 | 0 | 10010 | 11110101 | 111010 | 111000 |
Color Harmonies of #574DD0
Complementary color
Monochromatic Colors of #574DD0
Black with #574DD0
Text Example
Text Example
White with #574DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574DD0; }
p { color: rgb(87,77,208); }
H1.HeaderClassName
{
color: #574DD0;
}
.AnyTagClassName
{
color: #574DD0;
}
</style>
background-color css
<style>
a { background-color: #574DD0; }
a { background-color: rgb(87,77,208); }
div.DivClassName
{
background-color: #574DD0;
}
.BgClassName
{
background-color: #574DD0;
}
</style>
border-color css
<style>
span { border-color: #574DD0; }
span { border-color: rgb(87,77,208); }
td.TdClassName
{
border-color: #574DD0;
}
.TagClassName
{
border-color: #574DD0;
}
</style>