Shades of Lochinvar #539A8E
Tints of Lochinvar #539A8E
RGB
CMYK
RGB Variations
Color information
#539A8E (or 0x539A8E) is known color: Lochinvar. HEX triplet: 53, 9A and 8E. RGB value is (83,154,142). Sum of RGB (Red+Green+Blue) = 83+154+142=379 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.90% from 379); Green value is 154 (60.55% from 255 or 40.63% from 379); Blue value is 142 (55.86% from 255 or 37.47% from 379); Max value from RGB is 154 - color contains mainly: green. Hex color #539A8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #539A8E is #AC6571. Grayscale: #838383. Windows color (decimal): -11298162 or 9345619. OLE color: 9345619.
HSL color Cylindrical-coordinate representation of color #539A8E: hue angle of 169.86º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #539A8E is Cyan = 0.46, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 83 | 154 | 142 | - |
| CMYK | 0.46 | 0 | 0.08 | 0.40 |
| HSL | 169.86º | 0.3% | 0.46% | - |
| HSV(B) | 169.86º | 0.46% | 0.6% | - |
| XYZ | 20.01 | 26.9 | 29.73 | - |
| YUV | 131.4 | 133.98 | 93.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 154 | 142 | 0.46 | 0 | 0.08 | 0.40 | 169.86 | 0.3 | 0.46 |
| Hex | 53 | 9A | 8E | 2E | 0 | 8 | 28 | AA | 1E | 2E |
| Octal | 123 | 232 | 216 | 56 | 0 | 10 | 50 | 252 | 36 | 56 |
| Binary | 1010011 | 10011010 | 10001110 | 101110 | 0 | 1000 | 101000 | 10101010 | 11110 | 101110 |
Color Harmonies of #539A8E
Complementary color
Monochromatic Colors of #539A8E
Black with #539A8E
Text Example
Text Example
White with #539A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #539A8E; }
p { color: rgb(83,154,142); }
H1.HeaderClassName
{
color: #539A8E;
}
.AnyTagClassName
{
color: #539A8E;
}
</style>
background-color css
<style>
a { background-color: #539A8E; }
a { background-color: rgb(83,154,142); }
div.DivClassName
{
background-color: #539A8E;
}
.BgClassName
{
background-color: #539A8E;
}
</style>
border-color css
<style>
span { border-color: #539A8E; }
span { border-color: rgb(83,154,142); }
td.TdClassName
{
border-color: #539A8E;
}
.TagClassName
{
border-color: #539A8E;
}
</style>