Shades of Rich Blue #574CBB
Tints of Rich Blue #574CBB
RGB
CMYK
RGB Variations
Color information
#574CBB (or 0x574CBB) is known color: Rich Blue. HEX triplet: 57, 4C and BB. RGB value is (87,76,187). Sum of RGB (Red+Green+Blue) = 87+76+187=350 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.86% from 350); Green value is 76 (30.08% from 255 or 21.71% from 350); Blue value is 187 (73.44% from 255 or 53.43% from 350); Max value from RGB is 187 - color contains mainly: blue. Hex color #574CBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #574CBB is #A8B344. Grayscale: #5B5B5B. Windows color (decimal): -11055941 or 12274775. OLE color: 12274775.
HSL color Cylindrical-coordinate representation of color #574CBB: hue angle of 245.95º 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 #574CBB is Cyan = 0.53, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 87 | 76 | 187 | - |
| CMYK | 0.53 | 0.59 | 0 | 0.27 |
| HSL | 245.95º | 0.45% | 0.52% | - |
| HSV(B) | 245.95º | 0.59% | 0.73% | - |
| XYZ | 15.48 | 10.78 | 48.28 | - |
| YUV | 91.94 | 181.64 | 124.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 76 | 187 | 0.53 | 0.59 | 0 | 0.27 | 245.95 | 0.45 | 0.52 |
| Hex | 57 | 4C | BB | 35 | 3B | 0 | 1B | F6 | 2D | 34 |
| Octal | 127 | 114 | 273 | 65 | 73 | 0 | 33 | 366 | 55 | 64 |
| Binary | 1010111 | 1001100 | 10111011 | 110101 | 111011 | 0 | 11011 | 11110110 | 101101 | 110100 |
Color Harmonies of #574CBB
Complementary color
Monochromatic Colors of #574CBB
Black with #574CBB
Text Example
Text Example
White with #574CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574CBB; }
p { color: rgb(87,76,187); }
H1.HeaderClassName
{
color: #574CBB;
}
.AnyTagClassName
{
color: #574CBB;
}
</style>
background-color css
<style>
a { background-color: #574CBB; }
a { background-color: rgb(87,76,187); }
div.DivClassName
{
background-color: #574CBB;
}
.BgClassName
{
background-color: #574CBB;
}
</style>
border-color css
<style>
span { border-color: #574CBB; }
span { border-color: rgb(87,76,187); }
td.TdClassName
{
border-color: #574CBB;
}
.TagClassName
{
border-color: #574CBB;
}
</style>