Shades of Rich Blue #575CB2
Tints of Rich Blue #575CB2
RGB
CMYK
RGB Variations
Color information
#575CB2 (or 0x575CB2) is known color: Rich Blue. HEX triplet: 57, 5C and B2. RGB value is (87,92,178). Sum of RGB (Red+Green+Blue) = 87+92+178=357 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.37% from 357); Green value is 92 (36.33% from 255 or 25.77% from 357); Blue value is 178 (69.92% from 255 or 49.86% from 357); Max value from RGB is 178 - color contains mainly: blue. Hex color #575CB2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575CB2 is #A8A34D. Grayscale: #636363. Windows color (decimal): -11051854 or 11689047. OLE color: 11689047.
HSL color Cylindrical-coordinate representation of color #575CB2: hue angle of 236.7º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #575CB2 is Cyan = 0.51, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 87 | 92 | 178 | - |
| CMYK | 0.51 | 0.48 | 0 | 0.30 |
| HSL | 236.7º | 0.37% | 0.52% | - |
| HSV(B) | 236.7º | 0.51% | 0.7% | - |
| XYZ | 15.79 | 12.89 | 43.78 | - |
| YUV | 100.31 | 171.84 | 118.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 92 | 178 | 0.51 | 0.48 | 0 | 0.30 | 236.7 | 0.37 | 0.52 |
| Hex | 57 | 5C | B2 | 33 | 30 | 0 | 1E | ED | 25 | 34 |
| Octal | 127 | 134 | 262 | 63 | 60 | 0 | 36 | 355 | 45 | 64 |
| Binary | 1010111 | 1011100 | 10110010 | 110011 | 110000 | 0 | 11110 | 11101101 | 100101 | 110100 |
Color Harmonies of #575CB2
Complementary color
Monochromatic Colors of #575CB2
Black with #575CB2
Text Example
Text Example
White with #575CB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575CB2; }
p { color: rgb(87,92,178); }
H1.HeaderClassName
{
color: #575CB2;
}
.AnyTagClassName
{
color: #575CB2;
}
</style>
background-color css
<style>
a { background-color: #575CB2; }
a { background-color: rgb(87,92,178); }
div.DivClassName
{
background-color: #575CB2;
}
.BgClassName
{
background-color: #575CB2;
}
</style>
border-color css
<style>
span { border-color: #575CB2; }
span { border-color: rgb(87,92,178); }
td.TdClassName
{
border-color: #575CB2;
}
.TagClassName
{
border-color: #575CB2;
}
</style>