Shades of Lochinvar #548E88
Tints of Lochinvar #548E88
RGB
CMYK
RGB Variations
Color information
#548E88 (or 0x548E88) is known color: Lochinvar. HEX triplet: 54, 8E and 88. RGB value is (84,142,136). Sum of RGB (Red+Green+Blue) = 84+142+136=362 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.20% from 362); Green value is 142 (55.86% from 255 or 39.23% from 362); Blue value is 136 (53.52% from 255 or 37.57% from 362); Max value from RGB is 142 - color contains mainly: green. Hex color #548E88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #548E88 is #AB7177. Grayscale: #7B7B7B. Windows color (decimal): -11235704 or 8949332. OLE color: 8949332.
HSL color Cylindrical-coordinate representation of color #548E88: hue angle of 173.79º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #548E88 is Cyan = 0.41, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 84 | 142 | 136 | - |
| CMYK | 0.41 | 0 | 0.04 | 0.44 |
| HSL | 173.79º | 0.26% | 0.44% | - |
| HSV(B) | 173.79º | 0.41% | 0.56% | - |
| XYZ | 17.77 | 23.01 | 26.8 | - |
| YUV | 123.97 | 134.78 | 99.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 142 | 136 | 0.41 | 0 | 0.04 | 0.44 | 173.79 | 0.26 | 0.44 |
| Hex | 54 | 8E | 88 | 29 | 0 | 4 | 2C | AE | 1A | 2C |
| Octal | 124 | 216 | 210 | 51 | 0 | 4 | 54 | 256 | 32 | 54 |
| Binary | 1010100 | 10001110 | 10001000 | 101001 | 0 | 100 | 101100 | 10101110 | 11010 | 101100 |
Color Harmonies of #548E88
Complementary color
Monochromatic Colors of #548E88
Black with #548E88
Text Example
Text Example
White with #548E88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #548E88; }
p { color: rgb(84,142,136); }
H1.HeaderClassName
{
color: #548E88;
}
.AnyTagClassName
{
color: #548E88;
}
</style>
background-color css
<style>
a { background-color: #548E88; }
a { background-color: rgb(84,142,136); }
div.DivClassName
{
background-color: #548E88;
}
.BgClassName
{
background-color: #548E88;
}
</style>
border-color css
<style>
span { border-color: #548E88; }
span { border-color: rgb(84,142,136); }
td.TdClassName
{
border-color: #548E88;
}
.TagClassName
{
border-color: #548E88;
}
</style>