Shades of Lochinvar #559B8A
Tints of Lochinvar #559B8A
RGB
CMYK
RGB Variations
Color information
#559B8A (or 0x559B8A) is known color: Lochinvar. HEX triplet: 55, 9B and 8A. RGB value is (85,155,138). Sum of RGB (Red+Green+Blue) = 85+155+138=378 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.49% from 378); Green value is 155 (60.94% from 255 or 41.01% from 378); Blue value is 138 (54.30% from 255 or 36.51% from 378); Max value from RGB is 155 - color contains mainly: green. Hex color #559B8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559B8A is #AA6475. Grayscale: #848484. Windows color (decimal): -11166838 or 9083733. OLE color: 9083733.
HSL color Cylindrical-coordinate representation of color #559B8A: hue angle of 165.43º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #559B8A is Cyan = 0.45, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 85 | 155 | 138 | - |
| CMYK | 0.45 | 0 | 0.11 | 0.39 |
| HSL | 165.43º | 0.29% | 0.47% | - |
| HSV(B) | 165.43º | 0.45% | 0.61% | - |
| XYZ | 20.06 | 27.21 | 28.24 | - |
| YUV | 132.13 | 131.31 | 94.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 155 | 138 | 0.45 | 0 | 0.11 | 0.39 | 165.43 | 0.29 | 0.47 |
| Hex | 55 | 9B | 8A | 2D | 0 | B | 27 | A5 | 1D | 2F |
| Octal | 125 | 233 | 212 | 55 | 0 | 13 | 47 | 245 | 35 | 57 |
| Binary | 1010101 | 10011011 | 10001010 | 101101 | 0 | 1011 | 100111 | 10100101 | 11101 | 101111 |
Color Harmonies of #559B8A
Complementary color
Monochromatic Colors of #559B8A
Black with #559B8A
Text Example
Text Example
White with #559B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559B8A; }
p { color: rgb(85,155,138); }
H1.HeaderClassName
{
color: #559B8A;
}
.AnyTagClassName
{
color: #559B8A;
}
</style>
background-color css
<style>
a { background-color: #559B8A; }
a { background-color: rgb(85,155,138); }
div.DivClassName
{
background-color: #559B8A;
}
.BgClassName
{
background-color: #559B8A;
}
</style>
border-color css
<style>
span { border-color: #559B8A; }
span { border-color: rgb(85,155,138); }
td.TdClassName
{
border-color: #559B8A;
}
.TagClassName
{
border-color: #559B8A;
}
</style>