Shades of Rich Blue #5958AB
Tints of Rich Blue #5958AB
RGB
CMYK
RGB Variations
Color information
#5958AB (or 0x5958AB) is known color: Rich Blue. HEX triplet: 59, 58 and AB. RGB value is (89,88,171). Sum of RGB (Red+Green+Blue) = 89+88+171=348 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.57% from 348); Green value is 88 (34.77% from 255 or 25.29% from 348); Blue value is 171 (67.19% from 255 or 49.14% from 348); Max value from RGB is 171 - color contains mainly: blue. Hex color #5958AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5958AB is #A6A754. Grayscale: #616161. Windows color (decimal): -10921813 or 11229273. OLE color: 11229273.
HSL color Cylindrical-coordinate representation of color #5958AB: hue angle of 240.72º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5958AB is Cyan = 0.48, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 89 | 88 | 171 | - |
| CMYK | 0.48 | 0.49 | 0 | 0.33 |
| HSL | 240.72º | 0.33% | 0.51% | - |
| HSV(B) | 240.72º | 0.49% | 0.67% | - |
| XYZ | 14.96 | 12.04 | 40.06 | - |
| YUV | 97.76 | 169.33 | 121.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 88 | 171 | 0.48 | 0.49 | 0 | 0.33 | 240.72 | 0.33 | 0.51 |
| Hex | 59 | 58 | AB | 30 | 31 | 0 | 21 | F1 | 21 | 33 |
| Octal | 131 | 130 | 253 | 60 | 61 | 0 | 41 | 361 | 41 | 63 |
| Binary | 1011001 | 1011000 | 10101011 | 110000 | 110001 | 0 | 100001 | 11110001 | 100001 | 110011 |
Color Harmonies of #5958AB
Complementary color
Monochromatic Colors of #5958AB
Black with #5958AB
Text Example
Text Example
White with #5958AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5958AB; }
p { color: rgb(89,88,171); }
H1.HeaderClassName
{
color: #5958AB;
}
.AnyTagClassName
{
color: #5958AB;
}
</style>
background-color css
<style>
a { background-color: #5958AB; }
a { background-color: rgb(89,88,171); }
div.DivClassName
{
background-color: #5958AB;
}
.BgClassName
{
background-color: #5958AB;
}
</style>
border-color css
<style>
span { border-color: #5958AB; }
span { border-color: rgb(89,88,171); }
td.TdClassName
{
border-color: #5958AB;
}
.TagClassName
{
border-color: #5958AB;
}
</style>