Shades of Lochinvar #55918B
Tints of Lochinvar #55918B
RGB
CMYK
RGB Variations
Color information
#55918B (or 0x55918B) is known color: Lochinvar. HEX triplet: 55, 91 and 8B. RGB value is (85,145,139). Sum of RGB (Red+Green+Blue) = 85+145+139=369 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.04% from 369); Green value is 145 (57.03% from 255 or 39.30% from 369); Blue value is 139 (54.69% from 255 or 37.67% from 369); Max value from RGB is 145 - color contains mainly: green. Hex color #55918B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55918B is #AA6E74. Grayscale: #7E7E7E. Windows color (decimal): -11169397 or 9146709. OLE color: 9146709.
HSL color Cylindrical-coordinate representation of color #55918B: hue angle of 174º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #55918B is Cyan = 0.41, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 85 | 145 | 139 | - |
| CMYK | 0.41 | 0 | 0.04 | 0.43 |
| HSL | 174º | 0.26% | 0.45% | - |
| HSV(B) | 174º | 0.41% | 0.57% | - |
| XYZ | 18.53 | 24.05 | 28.09 | - |
| YUV | 126.38 | 135.12 | 98.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 145 | 139 | 0.41 | 0 | 0.04 | 0.43 | 174 | 0.26 | 0.45 |
| Hex | 55 | 91 | 8B | 29 | 0 | 4 | 2B | AE | 1A | 2D |
| Octal | 125 | 221 | 213 | 51 | 0 | 4 | 53 | 256 | 32 | 55 |
| Binary | 1010101 | 10010001 | 10001011 | 101001 | 0 | 100 | 101011 | 10101110 | 11010 | 101101 |
Color Harmonies of #55918B
Complementary color
Monochromatic Colors of #55918B
Black with #55918B
Text Example
Text Example
White with #55918B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55918B; }
p { color: rgb(85,145,139); }
H1.HeaderClassName
{
color: #55918B;
}
.AnyTagClassName
{
color: #55918B;
}
</style>
background-color css
<style>
a { background-color: #55918B; }
a { background-color: rgb(85,145,139); }
div.DivClassName
{
background-color: #55918B;
}
.BgClassName
{
background-color: #55918B;
}
</style>
border-color css
<style>
span { border-color: #55918B; }
span { border-color: rgb(85,145,139); }
td.TdClassName
{
border-color: #55918B;
}
.TagClassName
{
border-color: #55918B;
}
</style>