Shades of Rich Blue #5955A7
Tints of Rich Blue #5955A7
RGB
CMYK
RGB Variations
Color information
#5955A7 (or 0x5955A7) is known color: Rich Blue. HEX triplet: 59, 55 and A7. RGB value is (89,85,167). Sum of RGB (Red+Green+Blue) = 89+85+167=341 (45% of max value = 765). Red value is 89 (35.16% from 255 or 26.10% from 341); Green value is 85 (33.59% from 255 or 24.93% from 341); Blue value is 167 (65.62% from 255 or 48.97% from 341); Max value from RGB is 167 - color contains mainly: blue. Hex color #5955A7 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5955A7 is #A6AA58. Grayscale: #5F5F5F. Windows color (decimal): -10922585 or 10966361. OLE color: 10966361.
HSL color Cylindrical-coordinate representation of color #5955A7: hue angle of 242.93º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5955A7 is Cyan = 0.47, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 89 | 85 | 167 | - |
| CMYK | 0.47 | 0.49 | 0 | 0.35 |
| HSL | 242.93º | 0.33% | 0.49% | - |
| HSV(B) | 242.93º | 0.49% | 0.65% | - |
| XYZ | 14.34 | 11.41 | 38.01 | - |
| YUV | 95.54 | 168.33 | 123.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 85 | 167 | 0.47 | 0.49 | 0 | 0.35 | 242.93 | 0.33 | 0.49 |
| Hex | 59 | 55 | A7 | 2F | 31 | 0 | 23 | F3 | 21 | 31 |
| Octal | 131 | 125 | 247 | 57 | 61 | 0 | 43 | 363 | 41 | 61 |
| Binary | 1011001 | 1010101 | 10100111 | 101111 | 110001 | 0 | 100011 | 11110011 | 100001 | 110001 |
Color Harmonies of #5955A7
Complementary color
Monochromatic Colors of #5955A7
Black with #5955A7
Text Example
Text Example
White with #5955A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5955A7; }
p { color: rgb(89,85,167); }
H1.HeaderClassName
{
color: #5955A7;
}
.AnyTagClassName
{
color: #5955A7;
}
</style>
background-color css
<style>
a { background-color: #5955A7; }
a { background-color: rgb(89,85,167); }
div.DivClassName
{
background-color: #5955A7;
}
.BgClassName
{
background-color: #5955A7;
}
</style>
border-color css
<style>
span { border-color: #5955A7; }
span { border-color: rgb(89,85,167); }
td.TdClassName
{
border-color: #5955A7;
}
.TagClassName
{
border-color: #5955A7;
}
</style>