Shades of Rich Blue #595BB7
Tints of Rich Blue #595BB7
RGB
CMYK
RGB Variations
Color information
#595BB7 (or 0x595BB7) is known color: Rich Blue. HEX triplet: 59, 5B and B7. RGB value is (89,91,183). Sum of RGB (Red+Green+Blue) = 89+91+183=363 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.52% from 363); Green value is 91 (35.94% from 255 or 25.07% from 363); Blue value is 183 (71.88% from 255 or 50.41% from 363); Max value from RGB is 183 - color contains mainly: blue. Hex color #595BB7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #595BB7 is #A6A448. Grayscale: #646464. Windows color (decimal): -10921033 or 12016473. OLE color: 12016473.
HSL color Cylindrical-coordinate representation of color #595BB7: hue angle of 238.72º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #595BB7 is Cyan = 0.51, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 89 | 91 | 183 | - |
| CMYK | 0.51 | 0.50 | 0 | 0.28 |
| HSL | 238.72º | 0.39% | 0.53% | - |
| HSV(B) | 238.72º | 0.51% | 0.72% | - |
| XYZ | 16.41 | 13.02 | 46.45 | - |
| YUV | 100.89 | 174.34 | 119.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 91 | 183 | 0.51 | 0.50 | 0 | 0.28 | 238.72 | 0.39 | 0.53 |
| Hex | 59 | 5B | B7 | 33 | 32 | 0 | 1C | EF | 27 | 35 |
| Octal | 131 | 133 | 267 | 63 | 62 | 0 | 34 | 357 | 47 | 65 |
| Binary | 1011001 | 1011011 | 10110111 | 110011 | 110010 | 0 | 11100 | 11101111 | 100111 | 110101 |
Color Harmonies of #595BB7
Complementary color
Monochromatic Colors of #595BB7
Black with #595BB7
Text Example
Text Example
White with #595BB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595BB7; }
p { color: rgb(89,91,183); }
H1.HeaderClassName
{
color: #595BB7;
}
.AnyTagClassName
{
color: #595BB7;
}
</style>
background-color css
<style>
a { background-color: #595BB7; }
a { background-color: rgb(89,91,183); }
div.DivClassName
{
background-color: #595BB7;
}
.BgClassName
{
background-color: #595BB7;
}
</style>
border-color css
<style>
span { border-color: #595BB7; }
span { border-color: rgb(89,91,183); }
td.TdClassName
{
border-color: #595BB7;
}
.TagClassName
{
border-color: #595BB7;
}
</style>