Shades of Lochinvar #568884
Tints of Lochinvar #568884
RGB
CMYK
RGB Variations
Color information
#568884 (or 0x568884) is known color: Lochinvar. HEX triplet: 56, 88 and 84. RGB value is (86,136,132). Sum of RGB (Red+Green+Blue) = 86+136+132=354 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.29% from 354); Green value is 136 (53.52% from 255 or 38.42% from 354); Blue value is 132 (51.95% from 255 or 37.29% from 354); Max value from RGB is 136 - color contains mainly: green. Hex color #568884 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #568884 is #A9777B. Grayscale: #787878. Windows color (decimal): -11106172 or 8685654. OLE color: 8685654.
HSL color Cylindrical-coordinate representation of color #568884: hue angle of 175.2º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #568884 is Cyan = 0.37, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 86 | 136 | 132 | - |
| CMYK | 0.37 | 0 | 0.03 | 0.47 |
| HSL | 175.2º | 0.23% | 0.44% | - |
| HSV(B) | 175.2º | 0.37% | 0.53% | - |
| XYZ | 16.81 | 21.25 | 25.05 | - |
| YUV | 120.59 | 134.44 | 103.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 136 | 132 | 0.37 | 0 | 0.03 | 0.47 | 175.2 | 0.23 | 0.44 |
| Hex | 56 | 88 | 84 | 25 | 0 | 3 | 2F | AF | 17 | 2C |
| Octal | 126 | 210 | 204 | 45 | 0 | 3 | 57 | 257 | 27 | 54 |
| Binary | 1010110 | 10001000 | 10000100 | 100101 | 0 | 11 | 101111 | 10101111 | 10111 | 101100 |
Color Harmonies of #568884
Complementary color
Monochromatic Colors of #568884
Black with #568884
Text Example
Text Example
White with #568884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #568884; }
p { color: rgb(86,136,132); }
H1.HeaderClassName
{
color: #568884;
}
.AnyTagClassName
{
color: #568884;
}
</style>
background-color css
<style>
a { background-color: #568884; }
a { background-color: rgb(86,136,132); }
div.DivClassName
{
background-color: #568884;
}
.BgClassName
{
background-color: #568884;
}
</style>
border-color css
<style>
span { border-color: #568884; }
span { border-color: rgb(86,136,132); }
td.TdClassName
{
border-color: #568884;
}
.TagClassName
{
border-color: #568884;
}
</style>