Shades of Rich Blue #5759BA
Tints of Rich Blue #5759BA
RGB
CMYK
RGB Variations
Color information
#5759BA (or 0x5759BA) is known color: Rich Blue. HEX triplet: 57, 59 and BA. RGB value is (87,89,186). Sum of RGB (Red+Green+Blue) = 87+89+186=362 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.03% from 362); Green value is 89 (35.16% from 255 or 24.59% from 362); Blue value is 186 (73.05% from 255 or 51.38% from 362); Max value from RGB is 186 - color contains mainly: blue. Hex color #5759BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5759BA is #A8A645. Grayscale: #636363. Windows color (decimal): -11052614 or 12212567. OLE color: 12212567.
HSL color Cylindrical-coordinate representation of color #5759BA: hue angle of 238.79º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5759BA is Cyan = 0.53, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 87 | 89 | 186 | - |
| CMYK | 0.53 | 0.52 | 0 | 0.27 |
| HSL | 238.79º | 0.42% | 0.54% | - |
| HSV(B) | 238.79º | 0.53% | 0.73% | - |
| XYZ | 16.37 | 12.72 | 48.05 | - |
| YUV | 99.46 | 176.84 | 119.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 89 | 186 | 0.53 | 0.52 | 0 | 0.27 | 238.79 | 0.42 | 0.54 |
| Hex | 57 | 59 | BA | 35 | 34 | 0 | 1B | EF | 2A | 36 |
| Octal | 127 | 131 | 272 | 65 | 64 | 0 | 33 | 357 | 52 | 66 |
| Binary | 1010111 | 1011001 | 10111010 | 110101 | 110100 | 0 | 11011 | 11101111 | 101010 | 110110 |
Color Harmonies of #5759BA
Complementary color
Monochromatic Colors of #5759BA
Black with #5759BA
Text Example
Text Example
White with #5759BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5759BA; }
p { color: rgb(87,89,186); }
H1.HeaderClassName
{
color: #5759BA;
}
.AnyTagClassName
{
color: #5759BA;
}
</style>
background-color css
<style>
a { background-color: #5759BA; }
a { background-color: rgb(87,89,186); }
div.DivClassName
{
background-color: #5759BA;
}
.BgClassName
{
background-color: #5759BA;
}
</style>
border-color css
<style>
span { border-color: #5759BA; }
span { border-color: rgb(87,89,186); }
td.TdClassName
{
border-color: #5759BA;
}
.TagClassName
{
border-color: #5759BA;
}
</style>