Shades of Rich Blue #595BBD
Tints of Rich Blue #595BBD
RGB
CMYK
RGB Variations
Color information
#595BBD (or 0x595BBD) is known color: Rich Blue. HEX triplet: 59, 5B and BD. RGB value is (89,91,189). Sum of RGB (Red+Green+Blue) = 89+91+189=369 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.12% from 369); Green value is 91 (35.94% from 255 or 24.66% from 369); Blue value is 189 (74.22% from 255 or 51.22% from 369); Max value from RGB is 189 - color contains mainly: blue. Hex color #595BBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #595BBD is #A6A442. Grayscale: #656565. Windows color (decimal): -10921027 or 12409689. OLE color: 12409689.
HSL color Cylindrical-coordinate representation of color #595BBD: hue angle of 238.8º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #595BBD is Cyan = 0.53, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 89 | 91 | 189 | - |
| CMYK | 0.53 | 0.52 | 0 | 0.26 |
| HSL | 238.8º | 0.43% | 0.55% | - |
| HSV(B) | 238.8º | 0.53% | 0.74% | - |
| XYZ | 17.05 | 13.28 | 49.81 | - |
| YUV | 101.57 | 177.34 | 119.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 91 | 189 | 0.53 | 0.52 | 0 | 0.26 | 238.8 | 0.43 | 0.55 |
| Hex | 59 | 5B | BD | 35 | 34 | 0 | 1A | EF | 2B | 37 |
| Octal | 131 | 133 | 275 | 65 | 64 | 0 | 32 | 357 | 53 | 67 |
| Binary | 1011001 | 1011011 | 10111101 | 110101 | 110100 | 0 | 11010 | 11101111 | 101011 | 110111 |
Color Harmonies of #595BBD
Complementary color
Monochromatic Colors of #595BBD
Black with #595BBD
Text Example
Text Example
White with #595BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595BBD; }
p { color: rgb(89,91,189); }
H1.HeaderClassName
{
color: #595BBD;
}
.AnyTagClassName
{
color: #595BBD;
}
</style>
background-color css
<style>
a { background-color: #595BBD; }
a { background-color: rgb(89,91,189); }
div.DivClassName
{
background-color: #595BBD;
}
.BgClassName
{
background-color: #595BBD;
}
</style>
border-color css
<style>
span { border-color: #595BBD; }
span { border-color: rgb(89,91,189); }
td.TdClassName
{
border-color: #595BBD;
}
.TagClassName
{
border-color: #595BBD;
}
</style>