Shades of Rich Blue #575BBD
Tints of Rich Blue #575BBD
RGB
CMYK
RGB Variations
Color information
#575BBD (or 0x575BBD) is known color: Rich Blue. HEX triplet: 57, 5B and BD. RGB value is (87,91,189). Sum of RGB (Red+Green+Blue) = 87+91+189=367 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.71% from 367); Green value is 91 (35.94% from 255 or 24.80% from 367); Blue value is 189 (74.22% from 255 or 51.50% from 367); Max value from RGB is 189 - color contains mainly: blue. Hex color #575BBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #575BBD is #A8A442. Grayscale: #646464. Windows color (decimal): -11052099 or 12409687. OLE color: 12409687.
HSL color Cylindrical-coordinate representation of color #575BBD: hue angle of 237.65º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #575BBD is Cyan = 0.54, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 87 | 91 | 189 | - |
| CMYK | 0.54 | 0.52 | 0 | 0.26 |
| HSL | 237.65º | 0.44% | 0.54% | - |
| HSV(B) | 237.65º | 0.54% | 0.74% | - |
| XYZ | 16.86 | 13.18 | 49.8 | - |
| YUV | 100.98 | 177.67 | 118.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 91 | 189 | 0.54 | 0.52 | 0 | 0.26 | 237.65 | 0.44 | 0.54 |
| Hex | 57 | 5B | BD | 36 | 34 | 0 | 1A | EE | 2C | 36 |
| Octal | 127 | 133 | 275 | 66 | 64 | 0 | 32 | 356 | 54 | 66 |
| Binary | 1010111 | 1011011 | 10111101 | 110110 | 110100 | 0 | 11010 | 11101110 | 101100 | 110110 |
Color Harmonies of #575BBD
Complementary color
Monochromatic Colors of #575BBD
Black with #575BBD
Text Example
Text Example
White with #575BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575BBD; }
p { color: rgb(87,91,189); }
H1.HeaderClassName
{
color: #575BBD;
}
.AnyTagClassName
{
color: #575BBD;
}
</style>
background-color css
<style>
a { background-color: #575BBD; }
a { background-color: rgb(87,91,189); }
div.DivClassName
{
background-color: #575BBD;
}
.BgClassName
{
background-color: #575BBD;
}
</style>
border-color css
<style>
span { border-color: #575BBD; }
span { border-color: rgb(87,91,189); }
td.TdClassName
{
border-color: #575BBD;
}
.TagClassName
{
border-color: #575BBD;
}
</style>