Shades of Lochinvar #55908A
Tints of Lochinvar #55908A
RGB
CMYK
RGB Variations
Color information
#55908A (or 0x55908A) is known color: Lochinvar. HEX triplet: 55, 90 and 8A. RGB value is (85,144,138). Sum of RGB (Red+Green+Blue) = 85+144+138=367 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.16% from 367); Green value is 144 (56.64% from 255 or 39.24% from 367); Blue value is 138 (54.30% from 255 or 37.60% from 367); Max value from RGB is 144 - color contains mainly: green. Hex color #55908A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55908A is #AA6F75. Grayscale: #7D7D7D. Windows color (decimal): -11169654 or 9080917. OLE color: 9080917.
HSL color Cylindrical-coordinate representation of color #55908A: hue angle of 173.9º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #55908A is Cyan = 0.41, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 85 | 144 | 138 | - |
| CMYK | 0.41 | 0 | 0.04 | 0.44 |
| HSL | 173.9º | 0.26% | 0.45% | - |
| HSV(B) | 173.9º | 0.41% | 0.56% | - |
| XYZ | 18.31 | 23.71 | 27.66 | - |
| YUV | 125.68 | 134.95 | 98.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 144 | 138 | 0.41 | 0 | 0.04 | 0.44 | 173.9 | 0.26 | 0.45 |
| Hex | 55 | 90 | 8A | 29 | 0 | 4 | 2C | AE | 1A | 2D |
| Octal | 125 | 220 | 212 | 51 | 0 | 4 | 54 | 256 | 32 | 55 |
| Binary | 1010101 | 10010000 | 10001010 | 101001 | 0 | 100 | 101100 | 10101110 | 11010 | 101101 |
Color Harmonies of #55908A
Complementary color
Monochromatic Colors of #55908A
Black with #55908A
Text Example
Text Example
White with #55908A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55908A; }
p { color: rgb(85,144,138); }
H1.HeaderClassName
{
color: #55908A;
}
.AnyTagClassName
{
color: #55908A;
}
</style>
background-color css
<style>
a { background-color: #55908A; }
a { background-color: rgb(85,144,138); }
div.DivClassName
{
background-color: #55908A;
}
.BgClassName
{
background-color: #55908A;
}
</style>
border-color css
<style>
span { border-color: #55908A; }
span { border-color: rgb(85,144,138); }
td.TdClassName
{
border-color: #55908A;
}
.TagClassName
{
border-color: #55908A;
}
</style>