Shades of Lochinvar #538A83
Tints of Lochinvar #538A83
RGB
CMYK
RGB Variations
Color information
#538A83 (or 0x538A83) is known color: Lochinvar. HEX triplet: 53, 8A and 83. RGB value is (83,138,131). Sum of RGB (Red+Green+Blue) = 83+138+131=352 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.58% from 352); Green value is 138 (54.30% from 255 or 39.20% from 352); Blue value is 131 (51.56% from 255 or 37.22% from 352); Max value from RGB is 138 - color contains mainly: green. Hex color #538A83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #538A83 is #AC757C. Grayscale: #787878. Windows color (decimal): -11302269 or 8620627. OLE color: 8620627.
HSL color Cylindrical-coordinate representation of color #538A83: hue angle of 172.36º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #538A83 is Cyan = 0.40, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 83 | 138 | 131 | - |
| CMYK | 0.40 | 0 | 0.05 | 0.46 |
| HSL | 172.36º | 0.25% | 0.43% | - |
| HSV(B) | 172.36º | 0.4% | 0.54% | - |
| XYZ | 16.75 | 21.65 | 24.77 | - |
| YUV | 120.76 | 133.78 | 101.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 138 | 131 | 0.40 | 0 | 0.05 | 0.46 | 172.36 | 0.25 | 0.43 |
| Hex | 53 | 8A | 83 | 28 | 0 | 5 | 2E | AC | 19 | 2B |
| Octal | 123 | 212 | 203 | 50 | 0 | 5 | 56 | 254 | 31 | 53 |
| Binary | 1010011 | 10001010 | 10000011 | 101000 | 0 | 101 | 101110 | 10101100 | 11001 | 101011 |
Color Harmonies of #538A83
Complementary color
Monochromatic Colors of #538A83
Black with #538A83
Text Example
Text Example
White with #538A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538A83; }
p { color: rgb(83,138,131); }
H1.HeaderClassName
{
color: #538A83;
}
.AnyTagClassName
{
color: #538A83;
}
</style>
background-color css
<style>
a { background-color: #538A83; }
a { background-color: rgb(83,138,131); }
div.DivClassName
{
background-color: #538A83;
}
.BgClassName
{
background-color: #538A83;
}
</style>
border-color css
<style>
span { border-color: #538A83; }
span { border-color: rgb(83,138,131); }
td.TdClassName
{
border-color: #538A83;
}
.TagClassName
{
border-color: #538A83;
}
</style>