Shades of Rich Blue #595BBB
Tints of Rich Blue #595BBB
RGB
CMYK
RGB Variations
Color information
#595BBB (or 0x595BBB) is known color: Rich Blue. HEX triplet: 59, 5B and BB. RGB value is (89,91,187). Sum of RGB (Red+Green+Blue) = 89+91+187=367 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.25% from 367); Green value is 91 (35.94% from 255 or 24.80% from 367); Blue value is 187 (73.44% from 255 or 50.95% from 367); Max value from RGB is 187 - color contains mainly: blue. Hex color #595BBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #595BBB is #A6A444. Grayscale: #646464. Windows color (decimal): -10921029 or 12278617. OLE color: 12278617.
HSL color Cylindrical-coordinate representation of color #595BBB: hue angle of 238.78º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #595BBB is Cyan = 0.52, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 89 | 91 | 187 | - |
| CMYK | 0.52 | 0.51 | 0 | 0.27 |
| HSL | 238.78º | 0.42% | 0.54% | - |
| HSV(B) | 238.78º | 0.52% | 0.73% | - |
| XYZ | 16.83 | 13.19 | 48.67 | - |
| YUV | 101.35 | 176.34 | 119.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 91 | 187 | 0.52 | 0.51 | 0 | 0.27 | 238.78 | 0.42 | 0.54 |
| Hex | 59 | 5B | BB | 34 | 33 | 0 | 1B | EF | 2A | 36 |
| Octal | 131 | 133 | 273 | 64 | 63 | 0 | 33 | 357 | 52 | 66 |
| Binary | 1011001 | 1011011 | 10111011 | 110100 | 110011 | 0 | 11011 | 11101111 | 101010 | 110110 |
Color Harmonies of #595BBB
Complementary color
Monochromatic Colors of #595BBB
Black with #595BBB
Text Example
Text Example
White with #595BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595BBB; }
p { color: rgb(89,91,187); }
H1.HeaderClassName
{
color: #595BBB;
}
.AnyTagClassName
{
color: #595BBB;
}
</style>
background-color css
<style>
a { background-color: #595BBB; }
a { background-color: rgb(89,91,187); }
div.DivClassName
{
background-color: #595BBB;
}
.BgClassName
{
background-color: #595BBB;
}
</style>
border-color css
<style>
span { border-color: #595BBB; }
span { border-color: rgb(89,91,187); }
td.TdClassName
{
border-color: #595BBB;
}
.TagClassName
{
border-color: #595BBB;
}
</style>