Shades of Slate Blue #574ADB
Tints of Slate Blue #574ADB
RGB
CMYK
RGB Variations
Color information
#574ADB (or 0x574ADB) is known color: Slate Blue. HEX triplet: 57, 4A and DB. RGB value is (87,74,219). Sum of RGB (Red+Green+Blue) = 87+74+219=380 (50% of max value = 765). Red value is 87 (34.38% from 255 or 22.89% from 380); Green value is 74 (29.30% from 255 or 19.47% from 380); Blue value is 219 (85.94% from 255 or 57.63% from 380); Max value from RGB is 219 - color contains mainly: blue. Hex color #574ADB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #574ADB is #A8B524. Grayscale: #5D5D5D. Windows color (decimal): -11056421 or 14371415. OLE color: 14371415.
HSL color Cylindrical-coordinate representation of color #574ADB: hue angle of 245.38º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #574ADB is Cyan = 0.60, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 87 | 74 | 219 | - |
| CMYK | 0.60 | 0.66 | 0 | 0.14 |
| HSL | 245.38º | 0.67% | 0.57% | - |
| HSV(B) | 245.38º | 0.66% | 0.86% | - |
| XYZ | 19.17 | 12.04 | 68.33 | - |
| YUV | 94.42 | 198.31 | 122.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 74 | 219 | 0.60 | 0.66 | 0 | 0.14 | 245.38 | 0.67 | 0.57 |
| Hex | 57 | 4A | DB | 3C | 42 | 0 | E | F5 | 43 | 39 |
| Octal | 127 | 112 | 333 | 74 | 102 | 0 | 16 | 365 | 103 | 71 |
| Binary | 1010111 | 1001010 | 11011011 | 111100 | 1000010 | 0 | 1110 | 11110101 | 1000011 | 111001 |
Color Harmonies of #574ADB
Complementary color
Monochromatic Colors of #574ADB
Black with #574ADB
Text Example
Text Example
White with #574ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574ADB; }
p { color: rgb(87,74,219); }
H1.HeaderClassName
{
color: #574ADB;
}
.AnyTagClassName
{
color: #574ADB;
}
</style>
background-color css
<style>
a { background-color: #574ADB; }
a { background-color: rgb(87,74,219); }
div.DivClassName
{
background-color: #574ADB;
}
.BgClassName
{
background-color: #574ADB;
}
</style>
border-color css
<style>
span { border-color: #574ADB; }
span { border-color: rgb(87,74,219); }
td.TdClassName
{
border-color: #574ADB;
}
.TagClassName
{
border-color: #574ADB;
}
</style>