Shades of Lochinvar #559A8E
Tints of Lochinvar #559A8E
RGB
CMYK
RGB Variations
Color information
#559A8E (or 0x559A8E) is known color: Lochinvar. HEX triplet: 55, 9A and 8E. RGB value is (85,154,142). Sum of RGB (Red+Green+Blue) = 85+154+142=381 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.31% from 381); Green value is 154 (60.55% from 255 or 40.42% from 381); Blue value is 142 (55.86% from 255 or 37.27% from 381); Max value from RGB is 154 - color contains mainly: green. Hex color #559A8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559A8E is #AA6571. Grayscale: #838383. Windows color (decimal): -11167090 or 9345621. OLE color: 9345621.
HSL color Cylindrical-coordinate representation of color #559A8E: hue angle of 169.57º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #559A8E is Cyan = 0.45, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 85 | 154 | 142 | - |
| CMYK | 0.45 | 0 | 0.08 | 0.40 |
| HSL | 169.57º | 0.29% | 0.47% | - |
| HSV(B) | 169.57º | 0.45% | 0.6% | - |
| XYZ | 20.18 | 27 | 29.74 | - |
| YUV | 132 | 133.64 | 94.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 154 | 142 | 0.45 | 0 | 0.08 | 0.40 | 169.57 | 0.29 | 0.47 |
| Hex | 55 | 9A | 8E | 2D | 0 | 8 | 28 | AA | 1D | 2F |
| Octal | 125 | 232 | 216 | 55 | 0 | 10 | 50 | 252 | 35 | 57 |
| Binary | 1010101 | 10011010 | 10001110 | 101101 | 0 | 1000 | 101000 | 10101010 | 11101 | 101111 |
Color Harmonies of #559A8E
Complementary color
Monochromatic Colors of #559A8E
Black with #559A8E
Text Example
Text Example
White with #559A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559A8E; }
p { color: rgb(85,154,142); }
H1.HeaderClassName
{
color: #559A8E;
}
.AnyTagClassName
{
color: #559A8E;
}
</style>
background-color css
<style>
a { background-color: #559A8E; }
a { background-color: rgb(85,154,142); }
div.DivClassName
{
background-color: #559A8E;
}
.BgClassName
{
background-color: #559A8E;
}
</style>
border-color css
<style>
span { border-color: #559A8E; }
span { border-color: rgb(85,154,142); }
td.TdClassName
{
border-color: #559A8E;
}
.TagClassName
{
border-color: #559A8E;
}
</style>