Shades of Rich Blue #595FB3
Tints of Rich Blue #595FB3
RGB
CMYK
RGB Variations
Color information
#595FB3 (or 0x595FB3) is known color: Rich Blue. HEX triplet: 59, 5F and B3. RGB value is (89,95,179). Sum of RGB (Red+Green+Blue) = 89+95+179=363 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.52% from 363); Green value is 95 (37.5% from 255 or 26.17% from 363); Blue value is 179 (70.31% from 255 or 49.31% from 363); Max value from RGB is 179 - color contains mainly: blue. Hex color #595FB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #595FB3 is #A6A04C. Grayscale: #666666. Windows color (decimal): -10920013 or 11755353. OLE color: 11755353.
HSL color Cylindrical-coordinate representation of color #595FB3: hue angle of 236º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #595FB3 is Cyan = 0.50, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 89 | 95 | 179 | - |
| CMYK | 0.50 | 0.47 | 0 | 0.30 |
| HSL | 236º | 0.37% | 0.53% | - |
| HSV(B) | 236º | 0.5% | 0.7% | - |
| XYZ | 16.35 | 13.56 | 44.4 | - |
| YUV | 102.78 | 171.01 | 118.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 95 | 179 | 0.50 | 0.47 | 0 | 0.30 | 236 | 0.37 | 0.53 |
| Hex | 59 | 5F | B3 | 32 | 2F | 0 | 1E | EC | 25 | 35 |
| Octal | 131 | 137 | 263 | 62 | 57 | 0 | 36 | 354 | 45 | 65 |
| Binary | 1011001 | 1011111 | 10110011 | 110010 | 101111 | 0 | 11110 | 11101100 | 100101 | 110101 |
Color Harmonies of #595FB3
Complementary color
Monochromatic Colors of #595FB3
Black with #595FB3
Text Example
Text Example
White with #595FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595FB3; }
p { color: rgb(89,95,179); }
H1.HeaderClassName
{
color: #595FB3;
}
.AnyTagClassName
{
color: #595FB3;
}
</style>
background-color css
<style>
a { background-color: #595FB3; }
a { background-color: rgb(89,95,179); }
div.DivClassName
{
background-color: #595FB3;
}
.BgClassName
{
background-color: #595FB3;
}
</style>
border-color css
<style>
span { border-color: #595FB3; }
span { border-color: rgb(89,95,179); }
td.TdClassName
{
border-color: #595FB3;
}
.TagClassName
{
border-color: #595FB3;
}
</style>