Shades of Rich Blue #574DBB
Tints of Rich Blue #574DBB
RGB
CMYK
RGB Variations
Color information
#574DBB (or 0x574DBB) is known color: Rich Blue. HEX triplet: 57, 4D and BB. RGB value is (87,77,187). Sum of RGB (Red+Green+Blue) = 87+77+187=351 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.79% from 351); Green value is 77 (30.47% from 255 or 21.94% from 351); Blue value is 187 (73.44% from 255 or 53.28% from 351); Max value from RGB is 187 - color contains mainly: blue. Hex color #574DBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #574DBB is #A8B244. Grayscale: #5C5C5C. Windows color (decimal): -11055685 or 12275031. OLE color: 12275031.
HSL color Cylindrical-coordinate representation of color #574DBB: hue angle of 245.45º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #574DBB is Cyan = 0.53, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 87 | 77 | 187 | - |
| CMYK | 0.53 | 0.59 | 0 | 0.27 |
| HSL | 245.45º | 0.45% | 0.52% | - |
| HSV(B) | 245.45º | 0.59% | 0.73% | - |
| XYZ | 15.55 | 10.92 | 48.3 | - |
| YUV | 92.53 | 181.31 | 124.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 77 | 187 | 0.53 | 0.59 | 0 | 0.27 | 245.45 | 0.45 | 0.52 |
| Hex | 57 | 4D | BB | 35 | 3B | 0 | 1B | F5 | 2D | 34 |
| Octal | 127 | 115 | 273 | 65 | 73 | 0 | 33 | 365 | 55 | 64 |
| Binary | 1010111 | 1001101 | 10111011 | 110101 | 111011 | 0 | 11011 | 11110101 | 101101 | 110100 |
Color Harmonies of #574DBB
Complementary color
Monochromatic Colors of #574DBB
Black with #574DBB
Text Example
Text Example
White with #574DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574DBB; }
p { color: rgb(87,77,187); }
H1.HeaderClassName
{
color: #574DBB;
}
.AnyTagClassName
{
color: #574DBB;
}
</style>
background-color css
<style>
a { background-color: #574DBB; }
a { background-color: rgb(87,77,187); }
div.DivClassName
{
background-color: #574DBB;
}
.BgClassName
{
background-color: #574DBB;
}
</style>
border-color css
<style>
span { border-color: #574DBB; }
span { border-color: rgb(87,77,187); }
td.TdClassName
{
border-color: #574DBB;
}
.TagClassName
{
border-color: #574DBB;
}
</style>