Shades of Rich Blue #575AB6
Tints of Rich Blue #575AB6
RGB
CMYK
RGB Variations
Color information
#575AB6 (or 0x575AB6) is known color: Rich Blue. HEX triplet: 57, 5A and B6. RGB value is (87,90,182). Sum of RGB (Red+Green+Blue) = 87+90+182=359 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.23% from 359); Green value is 90 (35.55% from 255 or 25.07% from 359); Blue value is 182 (71.48% from 255 or 50.70% from 359); Max value from RGB is 182 - color contains mainly: blue. Hex color #575AB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #575AB6 is #A8A549. Grayscale: #636363. Windows color (decimal): -11052362 or 11950679. OLE color: 11950679.
HSL color Cylindrical-coordinate representation of color #575AB6: hue angle of 238.11º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #575AB6 is Cyan = 0.52, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 87 | 90 | 182 | - |
| CMYK | 0.52 | 0.51 | 0 | 0.29 |
| HSL | 238.11º | 0.39% | 0.53% | - |
| HSV(B) | 238.11º | 0.52% | 0.71% | - |
| XYZ | 16.03 | 12.72 | 45.87 | - |
| YUV | 99.59 | 174.51 | 119.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 90 | 182 | 0.52 | 0.51 | 0 | 0.29 | 238.11 | 0.39 | 0.53 |
| Hex | 57 | 5A | B6 | 34 | 33 | 0 | 1D | EE | 27 | 35 |
| Octal | 127 | 132 | 266 | 64 | 63 | 0 | 35 | 356 | 47 | 65 |
| Binary | 1010111 | 1011010 | 10110110 | 110100 | 110011 | 0 | 11101 | 11101110 | 100111 | 110101 |
Color Harmonies of #575AB6
Complementary color
Monochromatic Colors of #575AB6
Black with #575AB6
Text Example
Text Example
White with #575AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575AB6; }
p { color: rgb(87,90,182); }
H1.HeaderClassName
{
color: #575AB6;
}
.AnyTagClassName
{
color: #575AB6;
}
</style>
background-color css
<style>
a { background-color: #575AB6; }
a { background-color: rgb(87,90,182); }
div.DivClassName
{
background-color: #575AB6;
}
.BgClassName
{
background-color: #575AB6;
}
</style>
border-color css
<style>
span { border-color: #575AB6; }
span { border-color: rgb(87,90,182); }
td.TdClassName
{
border-color: #575AB6;
}
.TagClassName
{
border-color: #575AB6;
}
</style>