Shades of Rich Blue #575ABB
Tints of Rich Blue #575ABB
RGB
CMYK
RGB Variations
Color information
#575ABB (or 0x575ABB) is known color: Rich Blue. HEX triplet: 57, 5A and BB. RGB value is (87,90,187). Sum of RGB (Red+Green+Blue) = 87+90+187=364 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.90% from 364); Green value is 90 (35.55% from 255 or 24.73% from 364); Blue value is 187 (73.44% from 255 or 51.37% from 364); Max value from RGB is 187 - color contains mainly: blue. Hex color #575ABB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #575ABB is #A8A544. Grayscale: #636363. Windows color (decimal): -11052357 or 12278359. OLE color: 12278359.
HSL color Cylindrical-coordinate representation of color #575ABB: hue angle of 238.2º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #575ABB is Cyan = 0.53, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 87 | 90 | 187 | - |
| CMYK | 0.53 | 0.52 | 0 | 0.27 |
| HSL | 238.2º | 0.42% | 0.54% | - |
| HSV(B) | 238.2º | 0.53% | 0.73% | - |
| XYZ | 16.56 | 12.93 | 48.64 | - |
| YUV | 100.16 | 177.01 | 118.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 90 | 187 | 0.53 | 0.52 | 0 | 0.27 | 238.2 | 0.42 | 0.54 |
| Hex | 57 | 5A | BB | 35 | 34 | 0 | 1B | EE | 2A | 36 |
| Octal | 127 | 132 | 273 | 65 | 64 | 0 | 33 | 356 | 52 | 66 |
| Binary | 1010111 | 1011010 | 10111011 | 110101 | 110100 | 0 | 11011 | 11101110 | 101010 | 110110 |
Color Harmonies of #575ABB
Complementary color
Monochromatic Colors of #575ABB
Black with #575ABB
Text Example
Text Example
White with #575ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575ABB; }
p { color: rgb(87,90,187); }
H1.HeaderClassName
{
color: #575ABB;
}
.AnyTagClassName
{
color: #575ABB;
}
</style>
background-color css
<style>
a { background-color: #575ABB; }
a { background-color: rgb(87,90,187); }
div.DivClassName
{
background-color: #575ABB;
}
.BgClassName
{
background-color: #575ABB;
}
</style>
border-color css
<style>
span { border-color: #575ABB; }
span { border-color: rgb(87,90,187); }
td.TdClassName
{
border-color: #575ABB;
}
.TagClassName
{
border-color: #575ABB;
}
</style>