Shades of Rich Blue #595BBC
Tints of Rich Blue #595BBC
RGB
CMYK
RGB Variations
Color information
#595BBC (or 0x595BBC) is known color: Rich Blue. HEX triplet: 59, 5B and BC. RGB value is (89,91,188). Sum of RGB (Red+Green+Blue) = 89+91+188=368 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.18% from 368); Green value is 91 (35.94% from 255 or 24.73% from 368); Blue value is 188 (73.83% from 255 or 51.09% from 368); Max value from RGB is 188 - color contains mainly: blue. Hex color #595BBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #595BBC is #A6A443. Grayscale: #656565. Windows color (decimal): -10921028 or 12344153. OLE color: 12344153.
HSL color Cylindrical-coordinate representation of color #595BBC: hue angle of 238.79º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #595BBC is Cyan = 0.53, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 89 | 91 | 188 | - |
| CMYK | 0.53 | 0.52 | 0 | 0.26 |
| HSL | 238.79º | 0.42% | 0.54% | - |
| HSV(B) | 238.79º | 0.53% | 0.74% | - |
| XYZ | 16.94 | 13.24 | 49.24 | - |
| YUV | 101.46 | 176.84 | 119.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 91 | 188 | 0.53 | 0.52 | 0 | 0.26 | 238.79 | 0.42 | 0.54 |
| Hex | 59 | 5B | BC | 35 | 34 | 0 | 1A | EF | 2A | 36 |
| Octal | 131 | 133 | 274 | 65 | 64 | 0 | 32 | 357 | 52 | 66 |
| Binary | 1011001 | 1011011 | 10111100 | 110101 | 110100 | 0 | 11010 | 11101111 | 101010 | 110110 |
Color Harmonies of #595BBC
Complementary color
Monochromatic Colors of #595BBC
Black with #595BBC
Text Example
Text Example
White with #595BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595BBC; }
p { color: rgb(89,91,188); }
H1.HeaderClassName
{
color: #595BBC;
}
.AnyTagClassName
{
color: #595BBC;
}
</style>
background-color css
<style>
a { background-color: #595BBC; }
a { background-color: rgb(89,91,188); }
div.DivClassName
{
background-color: #595BBC;
}
.BgClassName
{
background-color: #595BBC;
}
</style>
border-color css
<style>
span { border-color: #595BBC; }
span { border-color: rgb(89,91,188); }
td.TdClassName
{
border-color: #595BBC;
}
.TagClassName
{
border-color: #595BBC;
}
</style>