Shades of Rich Blue #575ABA
Tints of Rich Blue #575ABA
RGB
CMYK
RGB Variations
Color information
#575ABA (or 0x575ABA) is known color: Rich Blue. HEX triplet: 57, 5A and BA. RGB value is (87,90,186). Sum of RGB (Red+Green+Blue) = 87+90+186=363 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.97% from 363); Green value is 90 (35.55% from 255 or 24.79% from 363); Blue value is 186 (73.05% from 255 or 51.24% from 363); Max value from RGB is 186 - color contains mainly: blue. Hex color #575ABA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #575ABA is #A8A545. Grayscale: #636363. Windows color (decimal): -11052358 or 12212823. OLE color: 12212823.
HSL color Cylindrical-coordinate representation of color #575ABA: hue angle of 238.18º 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 #575ABA is Cyan = 0.53, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 87 | 90 | 186 | - |
| CMYK | 0.53 | 0.52 | 0 | 0.27 |
| HSL | 238.18º | 0.42% | 0.54% | - |
| HSV(B) | 238.18º | 0.53% | 0.73% | - |
| XYZ | 16.45 | 12.88 | 48.07 | - |
| YUV | 100.05 | 176.51 | 118.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 90 | 186 | 0.53 | 0.52 | 0 | 0.27 | 238.18 | 0.42 | 0.54 |
| Hex | 57 | 5A | BA | 35 | 34 | 0 | 1B | EE | 2A | 36 |
| Octal | 127 | 132 | 272 | 65 | 64 | 0 | 33 | 356 | 52 | 66 |
| Binary | 1010111 | 1011010 | 10111010 | 110101 | 110100 | 0 | 11011 | 11101110 | 101010 | 110110 |
Color Harmonies of #575ABA
Complementary color
Monochromatic Colors of #575ABA
Black with #575ABA
Text Example
Text Example
White with #575ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575ABA; }
p { color: rgb(87,90,186); }
H1.HeaderClassName
{
color: #575ABA;
}
.AnyTagClassName
{
color: #575ABA;
}
</style>
background-color css
<style>
a { background-color: #575ABA; }
a { background-color: rgb(87,90,186); }
div.DivClassName
{
background-color: #575ABA;
}
.BgClassName
{
background-color: #575ABA;
}
</style>
border-color css
<style>
span { border-color: #575ABA; }
span { border-color: rgb(87,90,186); }
td.TdClassName
{
border-color: #575ABA;
}
.TagClassName
{
border-color: #575ABA;
}
</style>