Shades of Lochinvar #53897F
Tints of Lochinvar #53897F
RGB
CMYK
RGB Variations
Color information
#53897F (or 0x53897F) is known color: Lochinvar. HEX triplet: 53, 89 and 7F. RGB value is (83,137,127). Sum of RGB (Red+Green+Blue) = 83+137+127=347 (45% of max value = 765). Red value is 83 (32.81% from 255 or 23.92% from 347); Green value is 137 (53.91% from 255 or 39.48% from 347); Blue value is 127 (50% from 255 or 36.60% from 347); Max value from RGB is 137 - color contains mainly: green. Hex color #53897F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53897F is #AC7680. Grayscale: #777777. Windows color (decimal): -11302529 or 8358227. OLE color: 8358227.
HSL color Cylindrical-coordinate representation of color #53897F: hue angle of 168.89º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #53897F is Cyan = 0.39, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 83 | 137 | 127 | - |
| CMYK | 0.39 | 0 | 0.07 | 0.46 |
| HSL | 168.89º | 0.25% | 0.43% | - |
| HSV(B) | 168.89º | 0.39% | 0.54% | - |
| XYZ | 16.34 | 21.26 | 23.32 | - |
| YUV | 119.71 | 132.11 | 101.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 137 | 127 | 0.39 | 0 | 0.07 | 0.46 | 168.89 | 0.25 | 0.43 |
| Hex | 53 | 89 | 7F | 27 | 0 | 7 | 2E | A9 | 19 | 2B |
| Octal | 123 | 211 | 177 | 47 | 0 | 7 | 56 | 251 | 31 | 53 |
| Binary | 1010011 | 10001001 | 1111111 | 100111 | 0 | 111 | 101110 | 10101001 | 11001 | 101011 |
Color Harmonies of #53897F
Complementary color
Monochromatic Colors of #53897F
Black with #53897F
Text Example
Text Example
White with #53897F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53897F; }
p { color: rgb(83,137,127); }
H1.HeaderClassName
{
color: #53897F;
}
.AnyTagClassName
{
color: #53897F;
}
</style>
background-color css
<style>
a { background-color: #53897F; }
a { background-color: rgb(83,137,127); }
div.DivClassName
{
background-color: #53897F;
}
.BgClassName
{
background-color: #53897F;
}
</style>
border-color css
<style>
span { border-color: #53897F; }
span { border-color: rgb(83,137,127); }
td.TdClassName
{
border-color: #53897F;
}
.TagClassName
{
border-color: #53897F;
}
</style>