Shades of Rich Blue #595DBD
Tints of Rich Blue #595DBD
RGB
CMYK
RGB Variations
Color information
#595DBD (or 0x595DBD) is known color: Rich Blue. HEX triplet: 59, 5D and BD. RGB value is (89,93,189). Sum of RGB (Red+Green+Blue) = 89+93+189=371 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.99% from 371); Green value is 93 (36.72% from 255 or 25.07% from 371); Blue value is 189 (74.22% from 255 or 50.94% from 371); Max value from RGB is 189 - color contains mainly: blue. Hex color #595DBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #595DBD is #A6A242. Grayscale: #666666. Windows color (decimal): -10920515 or 12410201. OLE color: 12410201.
HSL color Cylindrical-coordinate representation of color #595DBD: hue angle of 237.6º 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 #595DBD is Cyan = 0.53, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 89 | 93 | 189 | - |
| CMYK | 0.53 | 0.51 | 0 | 0.26 |
| HSL | 237.6º | 0.43% | 0.55% | - |
| HSV(B) | 237.6º | 0.53% | 0.74% | - |
| XYZ | 17.22 | 13.63 | 49.87 | - |
| YUV | 102.75 | 176.67 | 118.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 93 | 189 | 0.53 | 0.51 | 0 | 0.26 | 237.6 | 0.43 | 0.55 |
| Hex | 59 | 5D | BD | 35 | 33 | 0 | 1A | EE | 2B | 37 |
| Octal | 131 | 135 | 275 | 65 | 63 | 0 | 32 | 356 | 53 | 67 |
| Binary | 1011001 | 1011101 | 10111101 | 110101 | 110011 | 0 | 11010 | 11101110 | 101011 | 110111 |
Color Harmonies of #595DBD
Complementary color
Monochromatic Colors of #595DBD
Black with #595DBD
Text Example
Text Example
White with #595DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595DBD; }
p { color: rgb(89,93,189); }
H1.HeaderClassName
{
color: #595DBD;
}
.AnyTagClassName
{
color: #595DBD;
}
</style>
background-color css
<style>
a { background-color: #595DBD; }
a { background-color: rgb(89,93,189); }
div.DivClassName
{
background-color: #595DBD;
}
.BgClassName
{
background-color: #595DBD;
}
</style>
border-color css
<style>
span { border-color: #595DBD; }
span { border-color: rgb(89,93,189); }
td.TdClassName
{
border-color: #595DBD;
}
.TagClassName
{
border-color: #595DBD;
}
</style>