Shades of Rich Blue #595DBE
Tints of Rich Blue #595DBE
RGB
CMYK
RGB Variations
Color information
#595DBE (or 0x595DBE) is known color: Rich Blue. HEX triplet: 59, 5D and BE. RGB value is (89,93,190). Sum of RGB (Red+Green+Blue) = 89+93+190=372 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.92% from 372); Green value is 93 (36.72% from 255 or 25% from 372); Blue value is 190 (74.61% from 255 or 51.08% from 372); Max value from RGB is 190 - color contains mainly: blue. Hex color #595DBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #595DBE is #A6A241. Grayscale: #666666. Windows color (decimal): -10920514 or 12475737. OLE color: 12475737.
HSL color Cylindrical-coordinate representation of color #595DBE: hue angle of 237.62º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #595DBE is Cyan = 0.53, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 89 | 93 | 190 | - |
| CMYK | 0.53 | 0.51 | 0 | 0.25 |
| HSL | 237.62º | 0.44% | 0.55% | - |
| HSV(B) | 237.62º | 0.53% | 0.75% | - |
| XYZ | 17.33 | 13.67 | 50.44 | - |
| YUV | 102.86 | 177.17 | 118.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 93 | 190 | 0.53 | 0.51 | 0 | 0.25 | 237.62 | 0.44 | 0.55 |
| Hex | 59 | 5D | BE | 35 | 33 | 0 | 19 | EE | 2C | 37 |
| Octal | 131 | 135 | 276 | 65 | 63 | 0 | 31 | 356 | 54 | 67 |
| Binary | 1011001 | 1011101 | 10111110 | 110101 | 110011 | 0 | 11001 | 11101110 | 101100 | 110111 |
Color Harmonies of #595DBE
Complementary color
Monochromatic Colors of #595DBE
Black with #595DBE
Text Example
Text Example
White with #595DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595DBE; }
p { color: rgb(89,93,190); }
H1.HeaderClassName
{
color: #595DBE;
}
.AnyTagClassName
{
color: #595DBE;
}
</style>
background-color css
<style>
a { background-color: #595DBE; }
a { background-color: rgb(89,93,190); }
div.DivClassName
{
background-color: #595DBE;
}
.BgClassName
{
background-color: #595DBE;
}
</style>
border-color css
<style>
span { border-color: #595DBE; }
span { border-color: rgb(89,93,190); }
td.TdClassName
{
border-color: #595DBE;
}
.TagClassName
{
border-color: #595DBE;
}
</style>