Shades of Lochinvar #569085
Tints of Lochinvar #569085
RGB
CMYK
RGB Variations
Color information
#569085 (or 0x569085) is known color: Lochinvar. HEX triplet: 56, 90 and 85. RGB value is (86,144,133). Sum of RGB (Red+Green+Blue) = 86+144+133=363 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.69% from 363); Green value is 144 (56.64% from 255 or 39.67% from 363); Blue value is 133 (52.34% from 255 or 36.64% from 363); Max value from RGB is 144 - color contains mainly: green. Hex color #569085 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #569085 is #A96F7A. Grayscale: #7D7D7D. Windows color (decimal): -11104123 or 8753238. OLE color: 8753238.
HSL color Cylindrical-coordinate representation of color #569085: hue angle of 168.62º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #569085 is Cyan = 0.40, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 86 | 144 | 133 | - |
| CMYK | 0.40 | 0 | 0.08 | 0.44 |
| HSL | 168.62º | 0.25% | 0.45% | - |
| HSV(B) | 168.62º | 0.4% | 0.56% | - |
| XYZ | 18.04 | 23.62 | 25.8 | - |
| YUV | 125.4 | 132.28 | 99.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 144 | 133 | 0.40 | 0 | 0.08 | 0.44 | 168.62 | 0.25 | 0.45 |
| Hex | 56 | 90 | 85 | 28 | 0 | 8 | 2C | A9 | 19 | 2D |
| Octal | 126 | 220 | 205 | 50 | 0 | 10 | 54 | 251 | 31 | 55 |
| Binary | 1010110 | 10010000 | 10000101 | 101000 | 0 | 1000 | 101100 | 10101001 | 11001 | 101101 |
Color Harmonies of #569085
Complementary color
Monochromatic Colors of #569085
Black with #569085
Text Example
Text Example
White with #569085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #569085; }
p { color: rgb(86,144,133); }
H1.HeaderClassName
{
color: #569085;
}
.AnyTagClassName
{
color: #569085;
}
</style>
background-color css
<style>
a { background-color: #569085; }
a { background-color: rgb(86,144,133); }
div.DivClassName
{
background-color: #569085;
}
.BgClassName
{
background-color: #569085;
}
</style>
border-color css
<style>
span { border-color: #569085; }
span { border-color: rgb(86,144,133); }
td.TdClassName
{
border-color: #569085;
}
.TagClassName
{
border-color: #569085;
}
</style>