Shades of Lochinvar #538984
Tints of Lochinvar #538984
RGB
CMYK
RGB Variations
Color information
#538984 (or 0x538984) is known color: Lochinvar. HEX triplet: 53, 89 and 84. RGB value is (83,137,132). Sum of RGB (Red+Green+Blue) = 83+137+132=352 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.58% from 352); Green value is 137 (53.91% from 255 or 38.92% from 352); Blue value is 132 (51.95% from 255 or 37.5% from 352); Max value from RGB is 137 - color contains mainly: green. Hex color #538984 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #538984 is #AC767B. Grayscale: #787878. Windows color (decimal): -11302524 or 8685907. OLE color: 8685907.
HSL color Cylindrical-coordinate representation of color #538984: hue angle of 174.44º 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 #538984 is Cyan = 0.39, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 83 | 137 | 132 | - |
| CMYK | 0.39 | 0 | 0.04 | 0.46 |
| HSL | 174.44º | 0.25% | 0.43% | - |
| HSV(B) | 174.44º | 0.39% | 0.54% | - |
| XYZ | 16.68 | 21.4 | 25.08 | - |
| YUV | 120.28 | 134.61 | 101.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 137 | 132 | 0.39 | 0 | 0.04 | 0.46 | 174.44 | 0.25 | 0.43 |
| Hex | 53 | 89 | 84 | 27 | 0 | 4 | 2E | AE | 19 | 2B |
| Octal | 123 | 211 | 204 | 47 | 0 | 4 | 56 | 256 | 31 | 53 |
| Binary | 1010011 | 10001001 | 10000100 | 100111 | 0 | 100 | 101110 | 10101110 | 11001 | 101011 |
Color Harmonies of #538984
Complementary color
Monochromatic Colors of #538984
Black with #538984
Text Example
Text Example
White with #538984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538984; }
p { color: rgb(83,137,132); }
H1.HeaderClassName
{
color: #538984;
}
.AnyTagClassName
{
color: #538984;
}
</style>
background-color css
<style>
a { background-color: #538984; }
a { background-color: rgb(83,137,132); }
div.DivClassName
{
background-color: #538984;
}
.BgClassName
{
background-color: #538984;
}
</style>
border-color css
<style>
span { border-color: #538984; }
span { border-color: rgb(83,137,132); }
td.TdClassName
{
border-color: #538984;
}
.TagClassName
{
border-color: #538984;
}
</style>