Shades of Lochinvar #539A8A
Tints of Lochinvar #539A8A
RGB
CMYK
RGB Variations
Color information
#539A8A (or 0x539A8A) is known color: Lochinvar. HEX triplet: 53, 9A and 8A. RGB value is (83,154,138). Sum of RGB (Red+Green+Blue) = 83+154+138=375 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.13% from 375); Green value is 154 (60.55% from 255 or 41.07% from 375); Blue value is 138 (54.30% from 255 or 36.8% from 375); Max value from RGB is 154 - color contains mainly: green. Hex color #539A8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #539A8A is #AC6575. Grayscale: #828282. Windows color (decimal): -11298166 or 9083475. OLE color: 9083475.
HSL color Cylindrical-coordinate representation of color #539A8A: hue angle of 166.48º 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 #539A8A is Cyan = 0.46, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 83 | 154 | 138 | - |
| CMYK | 0.46 | 0 | 0.10 | 0.40 |
| HSL | 166.48º | 0.3% | 0.46% | - |
| HSV(B) | 166.48º | 0.46% | 0.6% | - |
| XYZ | 19.71 | 26.79 | 28.18 | - |
| YUV | 130.95 | 131.98 | 93.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 154 | 138 | 0.46 | 0 | 0.10 | 0.40 | 166.48 | 0.3 | 0.46 |
| Hex | 53 | 9A | 8A | 2E | 0 | A | 28 | A6 | 1E | 2E |
| Octal | 123 | 232 | 212 | 56 | 0 | 12 | 50 | 246 | 36 | 56 |
| Binary | 1010011 | 10011010 | 10001010 | 101110 | 0 | 1010 | 101000 | 10100110 | 11110 | 101110 |
Color Harmonies of #539A8A
Complementary color
Monochromatic Colors of #539A8A
Black with #539A8A
Text Example
Text Example
White with #539A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #539A8A; }
p { color: rgb(83,154,138); }
H1.HeaderClassName
{
color: #539A8A;
}
.AnyTagClassName
{
color: #539A8A;
}
</style>
background-color css
<style>
a { background-color: #539A8A; }
a { background-color: rgb(83,154,138); }
div.DivClassName
{
background-color: #539A8A;
}
.BgClassName
{
background-color: #539A8A;
}
</style>
border-color css
<style>
span { border-color: #539A8A; }
span { border-color: rgb(83,154,138); }
td.TdClassName
{
border-color: #539A8A;
}
.TagClassName
{
border-color: #539A8A;
}
</style>