Shades of Lochinvar #559385
Tints of Lochinvar #559385
RGB
CMYK
RGB Variations
Color information
#559385 (or 0x559385) is known color: Lochinvar. HEX triplet: 55, 93 and 85. RGB value is (85,147,133). Sum of RGB (Red+Green+Blue) = 85+147+133=365 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.29% from 365); Green value is 147 (57.81% from 255 or 40.27% from 365); Blue value is 133 (52.34% from 255 or 36.44% from 365); Max value from RGB is 147 - color contains mainly: green. Hex color #559385 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559385 is #AA6C7A. Grayscale: #7E7E7E. Windows color (decimal): -11168891 or 8754005. OLE color: 8754005.
HSL color Cylindrical-coordinate representation of color #559385: hue angle of 166.45º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #559385 is Cyan = 0.42, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 85 | 147 | 133 | - |
| CMYK | 0.42 | 0 | 0.10 | 0.42 |
| HSL | 166.45º | 0.27% | 0.45% | - |
| HSV(B) | 166.45º | 0.42% | 0.58% | - |
| XYZ | 18.41 | 24.49 | 25.95 | - |
| YUV | 126.87 | 131.46 | 98.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 147 | 133 | 0.42 | 0 | 0.10 | 0.42 | 166.45 | 0.27 | 0.45 |
| Hex | 55 | 93 | 85 | 2A | 0 | A | 2A | A6 | 1B | 2D |
| Octal | 125 | 223 | 205 | 52 | 0 | 12 | 52 | 246 | 33 | 55 |
| Binary | 1010101 | 10010011 | 10000101 | 101010 | 0 | 1010 | 101010 | 10100110 | 11011 | 101101 |
Color Harmonies of #559385
Complementary color
Monochromatic Colors of #559385
Black with #559385
Text Example
Text Example
White with #559385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559385; }
p { color: rgb(85,147,133); }
H1.HeaderClassName
{
color: #559385;
}
.AnyTagClassName
{
color: #559385;
}
</style>
background-color css
<style>
a { background-color: #559385; }
a { background-color: rgb(85,147,133); }
div.DivClassName
{
background-color: #559385;
}
.BgClassName
{
background-color: #559385;
}
</style>
border-color css
<style>
span { border-color: #559385; }
span { border-color: rgb(85,147,133); }
td.TdClassName
{
border-color: #559385;
}
.TagClassName
{
border-color: #559385;
}
</style>