Shades of Rich Blue #575EBC
Tints of Rich Blue #575EBC
RGB
CMYK
RGB Variations
Color information
#575EBC (or 0x575EBC) is known color: Rich Blue. HEX triplet: 57, 5E and BC. RGB value is (87,94,188). Sum of RGB (Red+Green+Blue) = 87+94+188=369 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.58% from 369); Green value is 94 (37.11% from 255 or 25.47% from 369); Blue value is 188 (73.83% from 255 or 50.95% from 369); Max value from RGB is 188 - color contains mainly: blue. Hex color #575EBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #575EBC is #A8A143. Grayscale: #666666. Windows color (decimal): -11051332 or 12344919. OLE color: 12344919.
HSL color Cylindrical-coordinate representation of color #575EBC: hue angle of 235.84º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #575EBC is Cyan = 0.54, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 87 | 94 | 188 | - |
| CMYK | 0.54 | 0.50 | 0 | 0.26 |
| HSL | 235.84º | 0.43% | 0.54% | - |
| HSV(B) | 235.84º | 0.54% | 0.74% | - |
| XYZ | 17.01 | 13.66 | 49.32 | - |
| YUV | 102.62 | 176.18 | 116.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 94 | 188 | 0.54 | 0.50 | 0 | 0.26 | 235.84 | 0.43 | 0.54 |
| Hex | 57 | 5E | BC | 36 | 32 | 0 | 1A | EC | 2B | 36 |
| Octal | 127 | 136 | 274 | 66 | 62 | 0 | 32 | 354 | 53 | 66 |
| Binary | 1010111 | 1011110 | 10111100 | 110110 | 110010 | 0 | 11010 | 11101100 | 101011 | 110110 |
Color Harmonies of #575EBC
Complementary color
Monochromatic Colors of #575EBC
Black with #575EBC
Text Example
Text Example
White with #575EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575EBC; }
p { color: rgb(87,94,188); }
H1.HeaderClassName
{
color: #575EBC;
}
.AnyTagClassName
{
color: #575EBC;
}
</style>
background-color css
<style>
a { background-color: #575EBC; }
a { background-color: rgb(87,94,188); }
div.DivClassName
{
background-color: #575EBC;
}
.BgClassName
{
background-color: #575EBC;
}
</style>
border-color css
<style>
span { border-color: #575EBC; }
span { border-color: rgb(87,94,188); }
td.TdClassName
{
border-color: #575EBC;
}
.TagClassName
{
border-color: #575EBC;
}
</style>