Shades of Lochinvar #539E8E
Tints of Lochinvar #539E8E
RGB
CMYK
RGB Variations
Color information
#539E8E (or 0x539E8E) is known color: Lochinvar. HEX triplet: 53, 9E and 8E. RGB value is (83,158,142). Sum of RGB (Red+Green+Blue) = 83+158+142=383 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.67% from 383); Green value is 158 (62.11% from 255 or 41.25% from 383); Blue value is 142 (55.86% from 255 or 37.08% from 383); Max value from RGB is 158 - color contains mainly: green. Hex color #539E8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #539E8E is #AC6171. Grayscale: #858585. Windows color (decimal): -11297138 or 9346643. OLE color: 9346643.
HSL color Cylindrical-coordinate representation of color #539E8E: hue angle of 167.2º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #539E8E is Cyan = 0.47, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 83 | 158 | 142 | - |
| CMYK | 0.47 | 0 | 0.10 | 0.38 |
| HSL | 167.2º | 0.31% | 0.47% | - |
| HSV(B) | 167.2º | 0.47% | 0.62% | - |
| XYZ | 20.68 | 28.25 | 29.95 | - |
| YUV | 133.75 | 132.65 | 91.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 158 | 142 | 0.47 | 0 | 0.10 | 0.38 | 167.2 | 0.31 | 0.47 |
| Hex | 53 | 9E | 8E | 2F | 0 | A | 26 | A7 | 1F | 2F |
| Octal | 123 | 236 | 216 | 57 | 0 | 12 | 46 | 247 | 37 | 57 |
| Binary | 1010011 | 10011110 | 10001110 | 101111 | 0 | 1010 | 100110 | 10100111 | 11111 | 101111 |
Color Harmonies of #539E8E
Complementary color
Monochromatic Colors of #539E8E
Black with #539E8E
Text Example
Text Example
White with #539E8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #539E8E; }
p { color: rgb(83,158,142); }
H1.HeaderClassName
{
color: #539E8E;
}
.AnyTagClassName
{
color: #539E8E;
}
</style>
background-color css
<style>
a { background-color: #539E8E; }
a { background-color: rgb(83,158,142); }
div.DivClassName
{
background-color: #539E8E;
}
.BgClassName
{
background-color: #539E8E;
}
</style>
border-color css
<style>
span { border-color: #539E8E; }
span { border-color: rgb(83,158,142); }
td.TdClassName
{
border-color: #539E8E;
}
.TagClassName
{
border-color: #539E8E;
}
</style>