Shades of Rich Blue #5955A8
Tints of Rich Blue #5955A8
RGB
CMYK
RGB Variations
Color information
#5955A8 (or 0x5955A8) is known color: Rich Blue. HEX triplet: 59, 55 and A8. RGB value is (89,85,168). Sum of RGB (Red+Green+Blue) = 89+85+168=342 (45% of max value = 765). Red value is 89 (35.16% from 255 or 26.02% from 342); Green value is 85 (33.59% from 255 or 24.85% from 342); Blue value is 168 (66.02% from 255 or 49.12% from 342); Max value from RGB is 168 - color contains mainly: blue. Hex color #5955A8 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5955A8 is #A6AA57. Grayscale: #5F5F5F. Windows color (decimal): -10922584 or 11031897. OLE color: 11031897.
HSL color Cylindrical-coordinate representation of color #5955A8: hue angle of 242.89º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5955A8 is Cyan = 0.47, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 89 | 85 | 168 | - |
| CMYK | 0.47 | 0.49 | 0 | 0.34 |
| HSL | 242.89º | 0.33% | 0.5% | - |
| HSV(B) | 242.89º | 0.49% | 0.66% | - |
| XYZ | 14.44 | 11.45 | 38.49 | - |
| YUV | 95.66 | 168.83 | 123.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 85 | 168 | 0.47 | 0.49 | 0 | 0.34 | 242.89 | 0.33 | 0.5 |
| Hex | 59 | 55 | A8 | 2F | 31 | 0 | 22 | F3 | 21 | 32 |
| Octal | 131 | 125 | 250 | 57 | 61 | 0 | 42 | 363 | 41 | 62 |
| Binary | 1011001 | 1010101 | 10101000 | 101111 | 110001 | 0 | 100010 | 11110011 | 100001 | 110010 |
Color Harmonies of #5955A8
Complementary color
Monochromatic Colors of #5955A8
Black with #5955A8
Text Example
Text Example
White with #5955A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5955A8; }
p { color: rgb(89,85,168); }
H1.HeaderClassName
{
color: #5955A8;
}
.AnyTagClassName
{
color: #5955A8;
}
</style>
background-color css
<style>
a { background-color: #5955A8; }
a { background-color: rgb(89,85,168); }
div.DivClassName
{
background-color: #5955A8;
}
.BgClassName
{
background-color: #5955A8;
}
</style>
border-color css
<style>
span { border-color: #5955A8; }
span { border-color: rgb(89,85,168); }
td.TdClassName
{
border-color: #5955A8;
}
.TagClassName
{
border-color: #5955A8;
}
</style>