Shades of Lochinvar #548B85
Tints of Lochinvar #548B85
RGB
CMYK
RGB Variations
Color information
#548B85 (or 0x548B85) is known color: Lochinvar. HEX triplet: 54, 8B and 85. RGB value is (84,139,133). Sum of RGB (Red+Green+Blue) = 84+139+133=356 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.60% from 356); Green value is 139 (54.69% from 255 or 39.04% from 356); Blue value is 133 (52.34% from 255 or 37.36% from 356); Max value from RGB is 139 - color contains mainly: green. Hex color #548B85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #548B85 is #AB747A. Grayscale: #797979. Windows color (decimal): -11236475 or 8751956. OLE color: 8751956.
HSL color Cylindrical-coordinate representation of color #548B85: hue angle of 173.45º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #548B85 is Cyan = 0.40, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 84 | 139 | 133 | - |
| CMYK | 0.40 | 0 | 0.04 | 0.45 |
| HSL | 173.45º | 0.25% | 0.44% | - |
| HSV(B) | 173.45º | 0.4% | 0.55% | - |
| XYZ | 17.12 | 22.04 | 25.54 | - |
| YUV | 121.87 | 134.28 | 100.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 139 | 133 | 0.40 | 0 | 0.04 | 0.45 | 173.45 | 0.25 | 0.44 |
| Hex | 54 | 8B | 85 | 28 | 0 | 4 | 2D | AD | 19 | 2C |
| Octal | 124 | 213 | 205 | 50 | 0 | 4 | 55 | 255 | 31 | 54 |
| Binary | 1010100 | 10001011 | 10000101 | 101000 | 0 | 100 | 101101 | 10101101 | 11001 | 101100 |
Color Harmonies of #548B85
Complementary color
Monochromatic Colors of #548B85
Black with #548B85
Text Example
Text Example
White with #548B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #548B85; }
p { color: rgb(84,139,133); }
H1.HeaderClassName
{
color: #548B85;
}
.AnyTagClassName
{
color: #548B85;
}
</style>
background-color css
<style>
a { background-color: #548B85; }
a { background-color: rgb(84,139,133); }
div.DivClassName
{
background-color: #548B85;
}
.BgClassName
{
background-color: #548B85;
}
</style>
border-color css
<style>
span { border-color: #548B85; }
span { border-color: rgb(84,139,133); }
td.TdClassName
{
border-color: #548B85;
}
.TagClassName
{
border-color: #548B85;
}
</style>