Shades of Lochinvar #53928A
Tints of Lochinvar #53928A
RGB
CMYK
RGB Variations
Color information
#53928A (or 0x53928A) is known color: Lochinvar. HEX triplet: 53, 92 and 8A. RGB value is (83,146,138). Sum of RGB (Red+Green+Blue) = 83+146+138=367 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.62% from 367); Green value is 146 (57.42% from 255 or 39.78% from 367); Blue value is 138 (54.30% from 255 or 37.60% from 367); Max value from RGB is 146 - color contains mainly: green. Hex color #53928A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53928A is #AC6D75. Grayscale: #7E7E7E. Windows color (decimal): -11300214 or 9081427. OLE color: 9081427.
HSL color Cylindrical-coordinate representation of color #53928A: hue angle of 172.38º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #53928A is Cyan = 0.43, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 83 | 146 | 138 | - |
| CMYK | 0.43 | 0 | 0.05 | 0.43 |
| HSL | 172.38º | 0.28% | 0.45% | - |
| HSV(B) | 172.38º | 0.43% | 0.57% | - |
| XYZ | 18.43 | 24.23 | 27.75 | - |
| YUV | 126.25 | 134.63 | 97.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 146 | 138 | 0.43 | 0 | 0.05 | 0.43 | 172.38 | 0.28 | 0.45 |
| Hex | 53 | 92 | 8A | 2B | 0 | 5 | 2B | AC | 1C | 2D |
| Octal | 123 | 222 | 212 | 53 | 0 | 5 | 53 | 254 | 34 | 55 |
| Binary | 1010011 | 10010010 | 10001010 | 101011 | 0 | 101 | 101011 | 10101100 | 11100 | 101101 |
Color Harmonies of #53928A
Complementary color
Monochromatic Colors of #53928A
Black with #53928A
Text Example
Text Example
White with #53928A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53928A; }
p { color: rgb(83,146,138); }
H1.HeaderClassName
{
color: #53928A;
}
.AnyTagClassName
{
color: #53928A;
}
</style>
background-color css
<style>
a { background-color: #53928A; }
a { background-color: rgb(83,146,138); }
div.DivClassName
{
background-color: #53928A;
}
.BgClassName
{
background-color: #53928A;
}
</style>
border-color css
<style>
span { border-color: #53928A; }
span { border-color: rgb(83,146,138); }
td.TdClassName
{
border-color: #53928A;
}
.TagClassName
{
border-color: #53928A;
}
</style>