Shades of Rich Blue #575BBF
Tints of Rich Blue #575BBF
RGB
CMYK
RGB Variations
Color information
#575BBF (or 0x575BBF) is known color: Rich Blue. HEX triplet: 57, 5B and BF. RGB value is (87,91,191). Sum of RGB (Red+Green+Blue) = 87+91+191=369 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.58% from 369); Green value is 91 (35.94% from 255 or 24.66% from 369); Blue value is 191 (75% from 255 or 51.76% from 369); Max value from RGB is 191 - color contains mainly: blue. Hex color #575BBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #575BBF is #A8A440. Grayscale: #646464. Windows color (decimal): -11052097 or 12540759. OLE color: 12540759.
HSL color Cylindrical-coordinate representation of color #575BBF: hue angle of 237.69º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #575BBF is Cyan = 0.54, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 87 | 91 | 191 | - |
| CMYK | 0.54 | 0.52 | 0 | 0.25 |
| HSL | 237.69º | 0.45% | 0.55% | - |
| HSV(B) | 237.69º | 0.54% | 0.75% | - |
| XYZ | 17.08 | 13.27 | 50.95 | - |
| YUV | 101.2 | 178.67 | 117.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 91 | 191 | 0.54 | 0.52 | 0 | 0.25 | 237.69 | 0.45 | 0.55 |
| Hex | 57 | 5B | BF | 36 | 34 | 0 | 19 | EE | 2D | 37 |
| Octal | 127 | 133 | 277 | 66 | 64 | 0 | 31 | 356 | 55 | 67 |
| Binary | 1010111 | 1011011 | 10111111 | 110110 | 110100 | 0 | 11001 | 11101110 | 101101 | 110111 |
Color Harmonies of #575BBF
Complementary color
Monochromatic Colors of #575BBF
Black with #575BBF
Text Example
Text Example
White with #575BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575BBF; }
p { color: rgb(87,91,191); }
H1.HeaderClassName
{
color: #575BBF;
}
.AnyTagClassName
{
color: #575BBF;
}
</style>
background-color css
<style>
a { background-color: #575BBF; }
a { background-color: rgb(87,91,191); }
div.DivClassName
{
background-color: #575BBF;
}
.BgClassName
{
background-color: #575BBF;
}
</style>
border-color css
<style>
span { border-color: #575BBF; }
span { border-color: rgb(87,91,191); }
td.TdClassName
{
border-color: #575BBF;
}
.TagClassName
{
border-color: #575BBF;
}
</style>