Shades of Lochinvar #539A88
Tints of Lochinvar #539A88
RGB
CMYK
RGB Variations
Color information
#539A88 (or 0x539A88) is known color: Lochinvar. HEX triplet: 53, 9A and 88. RGB value is (83,154,136). Sum of RGB (Red+Green+Blue) = 83+154+136=373 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.25% from 373); Green value is 154 (60.55% from 255 or 41.29% from 373); Blue value is 136 (53.52% from 255 or 36.46% from 373); Max value from RGB is 154 - color contains mainly: green. Hex color #539A88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #539A88 is #AC6577. Grayscale: #828282. Windows color (decimal): -11298168 or 8952403. OLE color: 8952403.
HSL color Cylindrical-coordinate representation of color #539A88: hue angle of 164.79º 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 #539A88 is Cyan = 0.46, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 83 | 154 | 136 | - |
| CMYK | 0.46 | 0 | 0.12 | 0.40 |
| HSL | 164.79º | 0.3% | 0.46% | - |
| HSV(B) | 164.79º | 0.46% | 0.6% | - |
| XYZ | 19.57 | 26.73 | 27.42 | - |
| YUV | 130.72 | 130.98 | 93.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 154 | 136 | 0.46 | 0 | 0.12 | 0.40 | 164.79 | 0.3 | 0.46 |
| Hex | 53 | 9A | 88 | 2E | 0 | C | 28 | A5 | 1E | 2E |
| Octal | 123 | 232 | 210 | 56 | 0 | 14 | 50 | 245 | 36 | 56 |
| Binary | 1010011 | 10011010 | 10001000 | 101110 | 0 | 1100 | 101000 | 10100101 | 11110 | 101110 |
Color Harmonies of #539A88
Complementary color
Monochromatic Colors of #539A88
Black with #539A88
Text Example
Text Example
White with #539A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #539A88; }
p { color: rgb(83,154,136); }
H1.HeaderClassName
{
color: #539A88;
}
.AnyTagClassName
{
color: #539A88;
}
</style>
background-color css
<style>
a { background-color: #539A88; }
a { background-color: rgb(83,154,136); }
div.DivClassName
{
background-color: #539A88;
}
.BgClassName
{
background-color: #539A88;
}
</style>
border-color css
<style>
span { border-color: #539A88; }
span { border-color: rgb(83,154,136); }
td.TdClassName
{
border-color: #539A88;
}
.TagClassName
{
border-color: #539A88;
}
</style>