Shades of Slate Blue #574FDB
Tints of Slate Blue #574FDB
RGB
CMYK
RGB Variations
Color information
#574FDB (or 0x574FDB) is known color: Slate Blue. HEX triplet: 57, 4F and DB. RGB value is (87,79,219). Sum of RGB (Red+Green+Blue) = 87+79+219=385 (50% of max value = 765). Red value is 87 (34.38% from 255 or 22.60% from 385); Green value is 79 (31.25% from 255 or 20.52% from 385); Blue value is 219 (85.94% from 255 or 56.88% from 385); Max value from RGB is 219 - color contains mainly: blue. Hex color #574FDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #574FDB is #A8B024. Grayscale: #606060. Windows color (decimal): -11055141 or 14372695. OLE color: 14372695.
HSL color Cylindrical-coordinate representation of color #574FDB: hue angle of 243.43º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #574FDB is Cyan = 0.60, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 87 | 79 | 219 | - |
| CMYK | 0.60 | 0.64 | 0 | 0.14 |
| HSL | 243.43º | 0.66% | 0.58% | - |
| HSV(B) | 243.43º | 0.64% | 0.86% | - |
| XYZ | 19.51 | 12.73 | 68.45 | - |
| YUV | 97.35 | 196.65 | 120.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 79 | 219 | 0.60 | 0.64 | 0 | 0.14 | 243.43 | 0.66 | 0.58 |
| Hex | 57 | 4F | DB | 3C | 40 | 0 | E | F3 | 42 | 3A |
| Octal | 127 | 117 | 333 | 74 | 100 | 0 | 16 | 363 | 102 | 72 |
| Binary | 1010111 | 1001111 | 11011011 | 111100 | 1000000 | 0 | 1110 | 11110011 | 1000010 | 111010 |
Color Harmonies of #574FDB
Complementary color
Monochromatic Colors of #574FDB
Black with #574FDB
Text Example
Text Example
White with #574FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574FDB; }
p { color: rgb(87,79,219); }
H1.HeaderClassName
{
color: #574FDB;
}
.AnyTagClassName
{
color: #574FDB;
}
</style>
background-color css
<style>
a { background-color: #574FDB; }
a { background-color: rgb(87,79,219); }
div.DivClassName
{
background-color: #574FDB;
}
.BgClassName
{
background-color: #574FDB;
}
</style>
border-color css
<style>
span { border-color: #574FDB; }
span { border-color: rgb(87,79,219); }
td.TdClassName
{
border-color: #574FDB;
}
.TagClassName
{
border-color: #574FDB;
}
</style>