Shades of Rich Blue #575AB5
Tints of Rich Blue #575AB5
RGB
CMYK
RGB Variations
Color information
#575AB5 (or 0x575AB5) is known color: Rich Blue. HEX triplet: 57, 5A and B5. RGB value is (87,90,181). Sum of RGB (Red+Green+Blue) = 87+90+181=358 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.30% from 358); Green value is 90 (35.55% from 255 or 25.14% from 358); Blue value is 181 (71.09% from 255 or 50.56% from 358); Max value from RGB is 181 - color contains mainly: blue. Hex color #575AB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #575AB5 is #A8A54A. Grayscale: #636363. Windows color (decimal): -11052363 or 11885143. OLE color: 11885143.
HSL color Cylindrical-coordinate representation of color #575AB5: hue angle of 238.09º 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 #575AB5 is Cyan = 0.52, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 87 | 90 | 181 | - |
| CMYK | 0.52 | 0.50 | 0 | 0.29 |
| HSL | 238.09º | 0.39% | 0.53% | - |
| HSV(B) | 238.09º | 0.52% | 0.71% | - |
| XYZ | 15.93 | 12.67 | 45.32 | - |
| YUV | 99.48 | 174.01 | 119.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 90 | 181 | 0.52 | 0.50 | 0 | 0.29 | 238.09 | 0.39 | 0.53 |
| Hex | 57 | 5A | B5 | 34 | 32 | 0 | 1D | EE | 27 | 35 |
| Octal | 127 | 132 | 265 | 64 | 62 | 0 | 35 | 356 | 47 | 65 |
| Binary | 1010111 | 1011010 | 10110101 | 110100 | 110010 | 0 | 11101 | 11101110 | 100111 | 110101 |
Color Harmonies of #575AB5
Complementary color
Monochromatic Colors of #575AB5
Black with #575AB5
Text Example
Text Example
White with #575AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575AB5; }
p { color: rgb(87,90,181); }
H1.HeaderClassName
{
color: #575AB5;
}
.AnyTagClassName
{
color: #575AB5;
}
</style>
background-color css
<style>
a { background-color: #575AB5; }
a { background-color: rgb(87,90,181); }
div.DivClassName
{
background-color: #575AB5;
}
.BgClassName
{
background-color: #575AB5;
}
</style>
border-color css
<style>
span { border-color: #575AB5; }
span { border-color: rgb(87,90,181); }
td.TdClassName
{
border-color: #575AB5;
}
.TagClassName
{
border-color: #575AB5;
}
</style>