Shades of Lochinvar #559D8D
Tints of Lochinvar #559D8D
RGB
CMYK
RGB Variations
Color information
#559D8D (or 0x559D8D) is known color: Lochinvar. HEX triplet: 55, 9D and 8D. RGB value is (85,157,141). Sum of RGB (Red+Green+Blue) = 85+157+141=383 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.19% from 383); Green value is 157 (61.72% from 255 or 40.99% from 383); Blue value is 141 (55.47% from 255 or 36.81% from 383); Max value from RGB is 157 - color contains mainly: green. Hex color #559D8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559D8D is #AA6272. Grayscale: #858585. Windows color (decimal): -11166323 or 9280853. OLE color: 9280853.
HSL color Cylindrical-coordinate representation of color #559D8D: hue angle of 166.67º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #559D8D is Cyan = 0.46, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 85 | 157 | 141 | - |
| CMYK | 0.46 | 0 | 0.10 | 0.38 |
| HSL | 166.67º | 0.3% | 0.47% | - |
| HSV(B) | 166.67º | 0.46% | 0.62% | - |
| XYZ | 20.61 | 27.97 | 29.51 | - |
| YUV | 133.65 | 132.15 | 93.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 157 | 141 | 0.46 | 0 | 0.10 | 0.38 | 166.67 | 0.3 | 0.47 |
| Hex | 55 | 9D | 8D | 2E | 0 | A | 26 | A7 | 1E | 2F |
| Octal | 125 | 235 | 215 | 56 | 0 | 12 | 46 | 247 | 36 | 57 |
| Binary | 1010101 | 10011101 | 10001101 | 101110 | 0 | 1010 | 100110 | 10100111 | 11110 | 101111 |
Color Harmonies of #559D8D
Complementary color
Monochromatic Colors of #559D8D
Black with #559D8D
Text Example
Text Example
White with #559D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559D8D; }
p { color: rgb(85,157,141); }
H1.HeaderClassName
{
color: #559D8D;
}
.AnyTagClassName
{
color: #559D8D;
}
</style>
background-color css
<style>
a { background-color: #559D8D; }
a { background-color: rgb(85,157,141); }
div.DivClassName
{
background-color: #559D8D;
}
.BgClassName
{
background-color: #559D8D;
}
</style>
border-color css
<style>
span { border-color: #559D8D; }
span { border-color: rgb(85,157,141); }
td.TdClassName
{
border-color: #559D8D;
}
.TagClassName
{
border-color: #559D8D;
}
</style>