Shades of Lochinvar #538F87
Tints of Lochinvar #538F87
RGB
CMYK
RGB Variations
Color information
#538F87 (or 0x538F87) is known color: Lochinvar. HEX triplet: 53, 8F and 87. RGB value is (83,143,135). Sum of RGB (Red+Green+Blue) = 83+143+135=361 (47% of max value = 765). Red value is 83 (32.81% from 255 or 22.99% from 361); Green value is 143 (56.25% from 255 or 39.61% from 361); Blue value is 135 (53.12% from 255 or 37.40% from 361); Max value from RGB is 143 - color contains mainly: green. Hex color #538F87 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #538F87 is #AC7078. Grayscale: #7C7C7C. Windows color (decimal): -11300985 or 8884051. OLE color: 8884051.
HSL color Cylindrical-coordinate representation of color #538F87: hue angle of 172º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #538F87 is Cyan = 0.42, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 83 | 143 | 135 | - |
| CMYK | 0.42 | 0 | 0.06 | 0.44 |
| HSL | 172º | 0.27% | 0.44% | - |
| HSV(B) | 172º | 0.42% | 0.56% | - |
| XYZ | 17.76 | 23.23 | 26.47 | - |
| YUV | 124.15 | 134.12 | 98.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 143 | 135 | 0.42 | 0 | 0.06 | 0.44 | 172 | 0.27 | 0.44 |
| Hex | 53 | 8F | 87 | 2A | 0 | 6 | 2C | AC | 1B | 2C |
| Octal | 123 | 217 | 207 | 52 | 0 | 6 | 54 | 254 | 33 | 54 |
| Binary | 1010011 | 10001111 | 10000111 | 101010 | 0 | 110 | 101100 | 10101100 | 11011 | 101100 |
Color Harmonies of #538F87
Complementary color
Monochromatic Colors of #538F87
Black with #538F87
Text Example
Text Example
White with #538F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538F87; }
p { color: rgb(83,143,135); }
H1.HeaderClassName
{
color: #538F87;
}
.AnyTagClassName
{
color: #538F87;
}
</style>
background-color css
<style>
a { background-color: #538F87; }
a { background-color: rgb(83,143,135); }
div.DivClassName
{
background-color: #538F87;
}
.BgClassName
{
background-color: #538F87;
}
</style>
border-color css
<style>
span { border-color: #538F87; }
span { border-color: rgb(83,143,135); }
td.TdClassName
{
border-color: #538F87;
}
.TagClassName
{
border-color: #538F87;
}
</style>