Shades of Rich Blue #595DBB
Tints of Rich Blue #595DBB
RGB
CMYK
RGB Variations
Color information
#595DBB (or 0x595DBB) is known color: Rich Blue. HEX triplet: 59, 5D and BB. RGB value is (89,93,187). Sum of RGB (Red+Green+Blue) = 89+93+187=369 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.12% from 369); Green value is 93 (36.72% from 255 or 25.20% from 369); Blue value is 187 (73.44% from 255 or 50.68% from 369); Max value from RGB is 187 - color contains mainly: blue. Hex color #595DBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #595DBB is #A6A244. Grayscale: #666666. Windows color (decimal): -10920517 or 12279129. OLE color: 12279129.
HSL color Cylindrical-coordinate representation of color #595DBB: hue angle of 237.55º 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 #595DBB is Cyan = 0.52, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 89 | 93 | 187 | - |
| CMYK | 0.52 | 0.50 | 0 | 0.27 |
| HSL | 237.55º | 0.42% | 0.54% | - |
| HSV(B) | 237.55º | 0.52% | 0.73% | - |
| XYZ | 17 | 13.54 | 48.73 | - |
| YUV | 102.52 | 175.67 | 118.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 93 | 187 | 0.52 | 0.50 | 0 | 0.27 | 237.55 | 0.42 | 0.54 |
| Hex | 59 | 5D | BB | 34 | 32 | 0 | 1B | EE | 2A | 36 |
| Octal | 131 | 135 | 273 | 64 | 62 | 0 | 33 | 356 | 52 | 66 |
| Binary | 1011001 | 1011101 | 10111011 | 110100 | 110010 | 0 | 11011 | 11101110 | 101010 | 110110 |
Color Harmonies of #595DBB
Complementary color
Monochromatic Colors of #595DBB
Black with #595DBB
Text Example
Text Example
White with #595DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595DBB; }
p { color: rgb(89,93,187); }
H1.HeaderClassName
{
color: #595DBB;
}
.AnyTagClassName
{
color: #595DBB;
}
</style>
background-color css
<style>
a { background-color: #595DBB; }
a { background-color: rgb(89,93,187); }
div.DivClassName
{
background-color: #595DBB;
}
.BgClassName
{
background-color: #595DBB;
}
</style>
border-color css
<style>
span { border-color: #595DBB; }
span { border-color: rgb(89,93,187); }
td.TdClassName
{
border-color: #595DBB;
}
.TagClassName
{
border-color: #595DBB;
}
</style>