Shades of Rich Blue #575EC0
Tints of Rich Blue #575EC0
RGB
CMYK
RGB Variations
Color information
#575EC0 (or 0x575EC0) is known color: Rich Blue. HEX triplet: 57, 5E and C0. RGB value is (87,94,192). Sum of RGB (Red+Green+Blue) = 87+94+192=373 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.32% from 373); Green value is 94 (37.11% from 255 or 25.20% from 373); Blue value is 192 (75.39% from 255 or 51.47% from 373); Max value from RGB is 192 - color contains mainly: blue. Hex color #575EC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #575EC0 is #A8A13F. Grayscale: #666666. Windows color (decimal): -11051328 or 12607063. OLE color: 12607063.
HSL color Cylindrical-coordinate representation of color #575EC0: hue angle of 236º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #575EC0 is Cyan = 0.55, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 87 | 94 | 192 | - |
| CMYK | 0.55 | 0.51 | 0 | 0.25 |
| HSL | 236º | 0.45% | 0.55% | - |
| HSV(B) | 236º | 0.55% | 0.75% | - |
| XYZ | 17.45 | 13.84 | 51.62 | - |
| YUV | 103.08 | 178.18 | 116.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 94 | 192 | 0.55 | 0.51 | 0 | 0.25 | 236 | 0.45 | 0.55 |
| Hex | 57 | 5E | C0 | 37 | 33 | 0 | 19 | EC | 2D | 37 |
| Octal | 127 | 136 | 300 | 67 | 63 | 0 | 31 | 354 | 55 | 67 |
| Binary | 1010111 | 1011110 | 11000000 | 110111 | 110011 | 0 | 11001 | 11101100 | 101101 | 110111 |
Color Harmonies of #575EC0
Complementary color
Monochromatic Colors of #575EC0
Black with #575EC0
Text Example
Text Example
White with #575EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575EC0; }
p { color: rgb(87,94,192); }
H1.HeaderClassName
{
color: #575EC0;
}
.AnyTagClassName
{
color: #575EC0;
}
</style>
background-color css
<style>
a { background-color: #575EC0; }
a { background-color: rgb(87,94,192); }
div.DivClassName
{
background-color: #575EC0;
}
.BgClassName
{
background-color: #575EC0;
}
</style>
border-color css
<style>
span { border-color: #575EC0; }
span { border-color: rgb(87,94,192); }
td.TdClassName
{
border-color: #575EC0;
}
.TagClassName
{
border-color: #575EC0;
}
</style>