Shades of Lochinvar #54918B
Tints of Lochinvar #54918B
RGB
CMYK
RGB Variations
Color information
#54918B (or 0x54918B) is known color: Lochinvar. HEX triplet: 54, 91 and 8B. RGB value is (84,145,139). Sum of RGB (Red+Green+Blue) = 84+145+139=368 (48% of max value = 765). Red value is 84 (33.20% from 255 or 22.83% from 368); Green value is 145 (57.03% from 255 or 39.40% from 368); Blue value is 139 (54.69% from 255 or 37.77% from 368); Max value from RGB is 145 - color contains mainly: green. Hex color #54918B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54918B is #AB6E74. Grayscale: #7E7E7E. Windows color (decimal): -11234933 or 9146708. OLE color: 9146708.
HSL color Cylindrical-coordinate representation of color #54918B: hue angle of 174.1º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #54918B is Cyan = 0.42, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 84 | 145 | 139 | - |
| CMYK | 0.42 | 0 | 0.04 | 0.43 |
| HSL | 174.1º | 0.27% | 0.45% | - |
| HSV(B) | 174.1º | 0.42% | 0.57% | - |
| XYZ | 18.44 | 24 | 28.09 | - |
| YUV | 126.08 | 135.29 | 97.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 145 | 139 | 0.42 | 0 | 0.04 | 0.43 | 174.1 | 0.27 | 0.45 |
| Hex | 54 | 91 | 8B | 2A | 0 | 4 | 2B | AE | 1B | 2D |
| Octal | 124 | 221 | 213 | 52 | 0 | 4 | 53 | 256 | 33 | 55 |
| Binary | 1010100 | 10010001 | 10001011 | 101010 | 0 | 100 | 101011 | 10101110 | 11011 | 101101 |
Color Harmonies of #54918B
Complementary color
Monochromatic Colors of #54918B
Black with #54918B
Text Example
Text Example
White with #54918B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54918B; }
p { color: rgb(84,145,139); }
H1.HeaderClassName
{
color: #54918B;
}
.AnyTagClassName
{
color: #54918B;
}
</style>
background-color css
<style>
a { background-color: #54918B; }
a { background-color: rgb(84,145,139); }
div.DivClassName
{
background-color: #54918B;
}
.BgClassName
{
background-color: #54918B;
}
</style>
border-color css
<style>
span { border-color: #54918B; }
span { border-color: rgb(84,145,139); }
td.TdClassName
{
border-color: #54918B;
}
.TagClassName
{
border-color: #54918B;
}
</style>