Shades of Rich Blue #595FB4
Tints of Rich Blue #595FB4
RGB
CMYK
RGB Variations
Color information
#595FB4 (or 0x595FB4) is known color: Rich Blue. HEX triplet: 59, 5F and B4. RGB value is (89,95,180). Sum of RGB (Red+Green+Blue) = 89+95+180=364 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.45% from 364); Green value is 95 (37.5% from 255 or 26.10% from 364); Blue value is 180 (70.70% from 255 or 49.45% from 364); Max value from RGB is 180 - color contains mainly: blue. Hex color #595FB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #595FB4 is #A6A04B. Grayscale: #666666. Windows color (decimal): -10920012 or 11820889. OLE color: 11820889.
HSL color Cylindrical-coordinate representation of color #595FB4: hue angle of 236.04º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #595FB4 is Cyan = 0.51, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 89 | 95 | 180 | - |
| CMYK | 0.51 | 0.47 | 0 | 0.29 |
| HSL | 236.04º | 0.38% | 0.53% | - |
| HSV(B) | 236.04º | 0.51% | 0.71% | - |
| XYZ | 16.45 | 13.6 | 44.94 | - |
| YUV | 102.9 | 171.51 | 118.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 95 | 180 | 0.51 | 0.47 | 0 | 0.29 | 236.04 | 0.38 | 0.53 |
| Hex | 59 | 5F | B4 | 33 | 2F | 0 | 1D | EC | 26 | 35 |
| Octal | 131 | 137 | 264 | 63 | 57 | 0 | 35 | 354 | 46 | 65 |
| Binary | 1011001 | 1011111 | 10110100 | 110011 | 101111 | 0 | 11101 | 11101100 | 100110 | 110101 |
Color Harmonies of #595FB4
Complementary color
Monochromatic Colors of #595FB4
Black with #595FB4
Text Example
Text Example
White with #595FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595FB4; }
p { color: rgb(89,95,180); }
H1.HeaderClassName
{
color: #595FB4;
}
.AnyTagClassName
{
color: #595FB4;
}
</style>
background-color css
<style>
a { background-color: #595FB4; }
a { background-color: rgb(89,95,180); }
div.DivClassName
{
background-color: #595FB4;
}
.BgClassName
{
background-color: #595FB4;
}
</style>
border-color css
<style>
span { border-color: #595FB4; }
span { border-color: rgb(89,95,180); }
td.TdClassName
{
border-color: #595FB4;
}
.TagClassName
{
border-color: #595FB4;
}
</style>