Shades of Rich Blue #595EBD
Tints of Rich Blue #595EBD
RGB
CMYK
RGB Variations
Color information
#595EBD (or 0x595EBD) is known color: Rich Blue. HEX triplet: 59, 5E and BD. RGB value is (89,94,189). Sum of RGB (Red+Green+Blue) = 89+94+189=372 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.92% from 372); Green value is 94 (37.11% from 255 or 25.27% from 372); Blue value is 189 (74.22% from 255 or 50.81% from 372); Max value from RGB is 189 - color contains mainly: blue. Hex color #595EBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #595EBD is #A6A142. Grayscale: #666666. Windows color (decimal): -10920259 or 12410457. OLE color: 12410457.
HSL color Cylindrical-coordinate representation of color #595EBD: hue angle of 237º 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 #595EBD is Cyan = 0.53, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 89 | 94 | 189 | - |
| CMYK | 0.53 | 0.50 | 0 | 0.26 |
| HSL | 237º | 0.43% | 0.55% | - |
| HSV(B) | 237º | 0.53% | 0.74% | - |
| XYZ | 17.31 | 13.8 | 49.9 | - |
| YUV | 103.34 | 176.34 | 117.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 94 | 189 | 0.53 | 0.50 | 0 | 0.26 | 237 | 0.43 | 0.55 |
| Hex | 59 | 5E | BD | 35 | 32 | 0 | 1A | ED | 2B | 37 |
| Octal | 131 | 136 | 275 | 65 | 62 | 0 | 32 | 355 | 53 | 67 |
| Binary | 1011001 | 1011110 | 10111101 | 110101 | 110010 | 0 | 11010 | 11101101 | 101011 | 110111 |
Color Harmonies of #595EBD
Complementary color
Monochromatic Colors of #595EBD
Black with #595EBD
Text Example
Text Example
White with #595EBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595EBD; }
p { color: rgb(89,94,189); }
H1.HeaderClassName
{
color: #595EBD;
}
.AnyTagClassName
{
color: #595EBD;
}
</style>
background-color css
<style>
a { background-color: #595EBD; }
a { background-color: rgb(89,94,189); }
div.DivClassName
{
background-color: #595EBD;
}
.BgClassName
{
background-color: #595EBD;
}
</style>
border-color css
<style>
span { border-color: #595EBD; }
span { border-color: rgb(89,94,189); }
td.TdClassName
{
border-color: #595EBD;
}
.TagClassName
{
border-color: #595EBD;
}
</style>