Shades of Lochinvar #53A08B
Tints of Lochinvar #53A08B
RGB
CMYK
RGB Variations
Color information
#53A08B (or 0x53A08B) is known color: Lochinvar. HEX triplet: 53, A0 and 8B. RGB value is (83,160,139). Sum of RGB (Red+Green+Blue) = 83+160+139=382 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.73% from 382); Green value is 160 (62.89% from 255 or 41.88% from 382); Blue value is 139 (54.69% from 255 or 36.39% from 382); Max value from RGB is 160 - color contains mainly: green. Hex color #53A08B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53A08B is #AC5F74. Grayscale: #868686. Windows color (decimal): -11296629 or 9150547. OLE color: 9150547.
HSL color Cylindrical-coordinate representation of color #53A08B: hue angle of 163.64º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #53A08B is Cyan = 0.48, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 83 | 160 | 139 | - |
| CMYK | 0.48 | 0 | 0.13 | 0.37 |
| HSL | 163.64º | 0.32% | 0.48% | - |
| HSV(B) | 163.64º | 0.48% | 0.63% | - |
| XYZ | 20.8 | 28.84 | 28.9 | - |
| YUV | 134.58 | 130.49 | 91.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 160 | 139 | 0.48 | 0 | 0.13 | 0.37 | 163.64 | 0.32 | 0.48 |
| Hex | 53 | A0 | 8B | 30 | 0 | D | 25 | A4 | 20 | 30 |
| Octal | 123 | 240 | 213 | 60 | 0 | 15 | 45 | 244 | 40 | 60 |
| Binary | 1010011 | 10100000 | 10001011 | 110000 | 0 | 1101 | 100101 | 10100100 | 100000 | 110000 |
Color Harmonies of #53A08B
Complementary color
Monochromatic Colors of #53A08B
Black with #53A08B
Text Example
Text Example
White with #53A08B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53A08B; }
p { color: rgb(83,160,139); }
H1.HeaderClassName
{
color: #53A08B;
}
.AnyTagClassName
{
color: #53A08B;
}
</style>
background-color css
<style>
a { background-color: #53A08B; }
a { background-color: rgb(83,160,139); }
div.DivClassName
{
background-color: #53A08B;
}
.BgClassName
{
background-color: #53A08B;
}
</style>
border-color css
<style>
span { border-color: #53A08B; }
span { border-color: rgb(83,160,139); }
td.TdClassName
{
border-color: #53A08B;
}
.TagClassName
{
border-color: #53A08B;
}
</style>