Shades of Rich Blue #575BBE
Tints of Rich Blue #575BBE
RGB
CMYK
RGB Variations
Color information
#575BBE (or 0x575BBE) is known color: Rich Blue. HEX triplet: 57, 5B and BE. RGB value is (87,91,190). Sum of RGB (Red+Green+Blue) = 87+91+190=368 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.64% from 368); Green value is 91 (35.94% from 255 or 24.73% from 368); Blue value is 190 (74.61% from 255 or 51.63% from 368); Max value from RGB is 190 - color contains mainly: blue. Hex color #575BBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #575BBE is #A8A441. Grayscale: #646464. Windows color (decimal): -11052098 or 12475223. OLE color: 12475223.
HSL color Cylindrical-coordinate representation of color #575BBE: hue angle of 237.67º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #575BBE is Cyan = 0.54, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 87 | 91 | 190 | - |
| CMYK | 0.54 | 0.52 | 0 | 0.25 |
| HSL | 237.67º | 0.44% | 0.54% | - |
| HSV(B) | 237.67º | 0.54% | 0.75% | - |
| XYZ | 16.97 | 13.23 | 50.37 | - |
| YUV | 101.09 | 178.17 | 117.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 91 | 190 | 0.54 | 0.52 | 0 | 0.25 | 237.67 | 0.44 | 0.54 |
| Hex | 57 | 5B | BE | 36 | 34 | 0 | 19 | EE | 2C | 36 |
| Octal | 127 | 133 | 276 | 66 | 64 | 0 | 31 | 356 | 54 | 66 |
| Binary | 1010111 | 1011011 | 10111110 | 110110 | 110100 | 0 | 11001 | 11101110 | 101100 | 110110 |
Color Harmonies of #575BBE
Complementary color
Monochromatic Colors of #575BBE
Black with #575BBE
Text Example
Text Example
White with #575BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575BBE; }
p { color: rgb(87,91,190); }
H1.HeaderClassName
{
color: #575BBE;
}
.AnyTagClassName
{
color: #575BBE;
}
</style>
background-color css
<style>
a { background-color: #575BBE; }
a { background-color: rgb(87,91,190); }
div.DivClassName
{
background-color: #575BBE;
}
.BgClassName
{
background-color: #575BBE;
}
</style>
border-color css
<style>
span { border-color: #575BBE; }
span { border-color: rgb(87,91,190); }
td.TdClassName
{
border-color: #575BBE;
}
.TagClassName
{
border-color: #575BBE;
}
</style>