Shades of Lochinvar #539183
Tints of Lochinvar #539183
RGB
CMYK
RGB Variations
Color information
#539183 (or 0x539183) is known color: Lochinvar. HEX triplet: 53, 91 and 83. RGB value is (83,145,131). Sum of RGB (Red+Green+Blue) = 83+145+131=359 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.12% from 359); Green value is 145 (57.03% from 255 or 40.39% from 359); Blue value is 131 (51.56% from 255 or 36.49% from 359); Max value from RGB is 145 - color contains mainly: green. Hex color #539183 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #539183 is #AC6E7C. Grayscale: #7C7C7C. Windows color (decimal): -11300477 or 8622419. OLE color: 8622419.
HSL color Cylindrical-coordinate representation of color #539183: hue angle of 166.45º degrees, saturation: 0.27, 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 #539183 is Cyan = 0.43, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 83 | 145 | 131 | - |
| CMYK | 0.43 | 0 | 0.10 | 0.43 |
| HSL | 166.45º | 0.27% | 0.45% | - |
| HSV(B) | 166.45º | 0.43% | 0.57% | - |
| XYZ | 17.79 | 23.73 | 25.12 | - |
| YUV | 124.87 | 131.46 | 98.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 145 | 131 | 0.43 | 0 | 0.10 | 0.43 | 166.45 | 0.27 | 0.45 |
| Hex | 53 | 91 | 83 | 2B | 0 | A | 2B | A6 | 1B | 2D |
| Octal | 123 | 221 | 203 | 53 | 0 | 12 | 53 | 246 | 33 | 55 |
| Binary | 1010011 | 10010001 | 10000011 | 101011 | 0 | 1010 | 101011 | 10100110 | 11011 | 101101 |
Color Harmonies of #539183
Complementary color
Monochromatic Colors of #539183
Black with #539183
Text Example
Text Example
White with #539183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #539183; }
p { color: rgb(83,145,131); }
H1.HeaderClassName
{
color: #539183;
}
.AnyTagClassName
{
color: #539183;
}
</style>
background-color css
<style>
a { background-color: #539183; }
a { background-color: rgb(83,145,131); }
div.DivClassName
{
background-color: #539183;
}
.BgClassName
{
background-color: #539183;
}
</style>
border-color css
<style>
span { border-color: #539183; }
span { border-color: rgb(83,145,131); }
td.TdClassName
{
border-color: #539183;
}
.TagClassName
{
border-color: #539183;
}
</style>