Shades of Rich Blue #575BB2
Tints of Rich Blue #575BB2
RGB
CMYK
RGB Variations
Color information
#575BB2 (or 0x575BB2) is known color: Rich Blue. HEX triplet: 57, 5B and B2. RGB value is (87,91,178). Sum of RGB (Red+Green+Blue) = 87+91+178=356 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.44% from 356); Green value is 91 (35.94% from 255 or 25.56% from 356); Blue value is 178 (69.92% from 255 or 50% from 356); Max value from RGB is 178 - color contains mainly: blue. Hex color #575BB2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575BB2 is #A8A44D. Grayscale: #636363. Windows color (decimal): -11052110 or 11688791. OLE color: 11688791.
HSL color Cylindrical-coordinate representation of color #575BB2: hue angle of 237.36º 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 #575BB2 is Cyan = 0.51, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 87 | 91 | 178 | - |
| CMYK | 0.51 | 0.49 | 0 | 0.30 |
| HSL | 237.36º | 0.37% | 0.52% | - |
| HSV(B) | 237.36º | 0.51% | 0.7% | - |
| XYZ | 15.71 | 12.72 | 43.75 | - |
| YUV | 99.72 | 172.17 | 118.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 91 | 178 | 0.51 | 0.49 | 0 | 0.30 | 237.36 | 0.37 | 0.52 |
| Hex | 57 | 5B | B2 | 33 | 31 | 0 | 1E | ED | 25 | 34 |
| Octal | 127 | 133 | 262 | 63 | 61 | 0 | 36 | 355 | 45 | 64 |
| Binary | 1010111 | 1011011 | 10110010 | 110011 | 110001 | 0 | 11110 | 11101101 | 100101 | 110100 |
Color Harmonies of #575BB2
Complementary color
Monochromatic Colors of #575BB2
Black with #575BB2
Text Example
Text Example
White with #575BB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575BB2; }
p { color: rgb(87,91,178); }
H1.HeaderClassName
{
color: #575BB2;
}
.AnyTagClassName
{
color: #575BB2;
}
</style>
background-color css
<style>
a { background-color: #575BB2; }
a { background-color: rgb(87,91,178); }
div.DivClassName
{
background-color: #575BB2;
}
.BgClassName
{
background-color: #575BB2;
}
</style>
border-color css
<style>
span { border-color: #575BB2; }
span { border-color: rgb(87,91,178); }
td.TdClassName
{
border-color: #575BB2;
}
.TagClassName
{
border-color: #575BB2;
}
</style>