Shades of Lochinvar #559387
Tints of Lochinvar #559387
RGB
CMYK
RGB Variations
Color information
#559387 (or 0x559387) is known color: Lochinvar. HEX triplet: 55, 93 and 87. RGB value is (85,147,135). Sum of RGB (Red+Green+Blue) = 85+147+135=367 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.16% from 367); Green value is 147 (57.81% from 255 or 40.05% from 367); Blue value is 135 (53.12% from 255 or 36.78% from 367); Max value from RGB is 147 - color contains mainly: green. Hex color #559387 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559387 is #AA6C78. Grayscale: #7F7F7F. Windows color (decimal): -11168889 or 8885077. OLE color: 8885077.
HSL color Cylindrical-coordinate representation of color #559387: hue angle of 168.39º 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 #559387 is Cyan = 0.42, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 85 | 147 | 135 | - |
| CMYK | 0.42 | 0 | 0.08 | 0.42 |
| HSL | 168.39º | 0.27% | 0.45% | - |
| HSV(B) | 168.39º | 0.42% | 0.58% | - |
| XYZ | 18.55 | 24.55 | 26.68 | - |
| YUV | 127.09 | 132.46 | 97.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 147 | 135 | 0.42 | 0 | 0.08 | 0.42 | 168.39 | 0.27 | 0.45 |
| Hex | 55 | 93 | 87 | 2A | 0 | 8 | 2A | A8 | 1B | 2D |
| Octal | 125 | 223 | 207 | 52 | 0 | 10 | 52 | 250 | 33 | 55 |
| Binary | 1010101 | 10010011 | 10000111 | 101010 | 0 | 1000 | 101010 | 10101000 | 11011 | 101101 |
Color Harmonies of #559387
Complementary color
Monochromatic Colors of #559387
Black with #559387
Text Example
Text Example
White with #559387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559387; }
p { color: rgb(85,147,135); }
H1.HeaderClassName
{
color: #559387;
}
.AnyTagClassName
{
color: #559387;
}
</style>
background-color css
<style>
a { background-color: #559387; }
a { background-color: rgb(85,147,135); }
div.DivClassName
{
background-color: #559387;
}
.BgClassName
{
background-color: #559387;
}
</style>
border-color css
<style>
span { border-color: #559387; }
span { border-color: rgb(85,147,135); }
td.TdClassName
{
border-color: #559387;
}
.TagClassName
{
border-color: #559387;
}
</style>