Shades of Slate Blue #574DDC
Tints of Slate Blue #574DDC
RGB
CMYK
RGB Variations
Color information
#574DDC (or 0x574DDC) is known color: Slate Blue. HEX triplet: 57, 4D and DC. RGB value is (87,77,220). Sum of RGB (Red+Green+Blue) = 87+77+220=384 (50% of max value = 765). Red value is 87 (34.38% from 255 or 22.66% from 384); Green value is 77 (30.47% from 255 or 20.05% from 384); Blue value is 220 (86.33% from 255 or 57.29% from 384); Max value from RGB is 220 - color contains mainly: blue. Hex color #574DDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #574DDC is #A8B223. Grayscale: #5F5F5F. Windows color (decimal): -11055652 or 14437719. OLE color: 14437719.
HSL color Cylindrical-coordinate representation of color #574DDC: hue angle of 244.2º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #574DDC is Cyan = 0.60, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 87 | 77 | 220 | - |
| CMYK | 0.60 | 0.65 | 0 | 0.14 |
| HSL | 244.2º | 0.67% | 0.58% | - |
| HSV(B) | 244.2º | 0.65% | 0.86% | - |
| XYZ | 19.5 | 12.5 | 69.1 | - |
| YUV | 96.29 | 197.81 | 121.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 77 | 220 | 0.60 | 0.65 | 0 | 0.14 | 244.2 | 0.67 | 0.58 |
| Hex | 57 | 4D | DC | 3C | 41 | 0 | E | F4 | 43 | 3A |
| Octal | 127 | 115 | 334 | 74 | 101 | 0 | 16 | 364 | 103 | 72 |
| Binary | 1010111 | 1001101 | 11011100 | 111100 | 1000001 | 0 | 1110 | 11110100 | 1000011 | 111010 |
Color Harmonies of #574DDC
Complementary color
Monochromatic Colors of #574DDC
Black with #574DDC
Text Example
Text Example
White with #574DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574DDC; }
p { color: rgb(87,77,220); }
H1.HeaderClassName
{
color: #574DDC;
}
.AnyTagClassName
{
color: #574DDC;
}
</style>
background-color css
<style>
a { background-color: #574DDC; }
a { background-color: rgb(87,77,220); }
div.DivClassName
{
background-color: #574DDC;
}
.BgClassName
{
background-color: #574DDC;
}
</style>
border-color css
<style>
span { border-color: #574DDC; }
span { border-color: rgb(87,77,220); }
td.TdClassName
{
border-color: #574DDC;
}
.TagClassName
{
border-color: #574DDC;
}
</style>