Shades of Lochinvar #53887B
Tints of Lochinvar #53887B
RGB
CMYK
RGB Variations
Color information
#53887B (or 0x53887B) is known color: Lochinvar. HEX triplet: 53, 88 and 7B. RGB value is (83,136,123). Sum of RGB (Red+Green+Blue) = 83+136+123=342 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.27% from 342); Green value is 136 (53.52% from 255 or 39.77% from 342); Blue value is 123 (48.44% from 255 or 35.96% from 342); Max value from RGB is 136 - color contains mainly: green. Hex color #53887B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53887B is #AC7784. Grayscale: #767676. Windows color (decimal): -11302789 or 8095827. OLE color: 8095827.
HSL color Cylindrical-coordinate representation of color #53887B: hue angle of 165.28º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #53887B is Cyan = 0.39, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 83 | 136 | 123 | - |
| CMYK | 0.39 | 0 | 0.10 | 0.47 |
| HSL | 165.28º | 0.24% | 0.43% | - |
| HSV(B) | 165.28º | 0.39% | 0.53% | - |
| XYZ | 15.95 | 20.88 | 21.93 | - |
| YUV | 118.67 | 130.44 | 102.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 136 | 123 | 0.39 | 0 | 0.10 | 0.47 | 165.28 | 0.24 | 0.43 |
| Hex | 53 | 88 | 7B | 27 | 0 | A | 2F | A5 | 18 | 2B |
| Octal | 123 | 210 | 173 | 47 | 0 | 12 | 57 | 245 | 30 | 53 |
| Binary | 1010011 | 10001000 | 1111011 | 100111 | 0 | 1010 | 101111 | 10100101 | 11000 | 101011 |
Color Harmonies of #53887B
Complementary color
Monochromatic Colors of #53887B
Black with #53887B
Text Example
Text Example
White with #53887B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53887B; }
p { color: rgb(83,136,123); }
H1.HeaderClassName
{
color: #53887B;
}
.AnyTagClassName
{
color: #53887B;
}
</style>
background-color css
<style>
a { background-color: #53887B; }
a { background-color: rgb(83,136,123); }
div.DivClassName
{
background-color: #53887B;
}
.BgClassName
{
background-color: #53887B;
}
</style>
border-color css
<style>
span { border-color: #53887B; }
span { border-color: rgb(83,136,123); }
td.TdClassName
{
border-color: #53887B;
}
.TagClassName
{
border-color: #53887B;
}
</style>