Shades of Lochinvar #568C87
Tints of Lochinvar #568C87
RGB
CMYK
RGB Variations
Color information
#568C87 (or 0x568C87) is known color: Lochinvar. HEX triplet: 56, 8C and 87. RGB value is (86,140,135). Sum of RGB (Red+Green+Blue) = 86+140+135=361 (47% of max value = 765). Red value is 86 (33.98% from 255 or 23.82% from 361); Green value is 140 (55.08% from 255 or 38.78% from 361); Blue value is 135 (53.12% from 255 or 37.40% from 361); Max value from RGB is 140 - color contains mainly: green. Hex color #568C87 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #568C87 is #A97378. Grayscale: #7B7B7B. Windows color (decimal): -11105145 or 8883286. OLE color: 8883286.
HSL color Cylindrical-coordinate representation of color #568C87: hue angle of 174.44º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #568C87 is Cyan = 0.39, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 86 | 140 | 135 | - |
| CMYK | 0.39 | 0 | 0.04 | 0.45 |
| HSL | 174.44º | 0.24% | 0.44% | - |
| HSV(B) | 174.44º | 0.39% | 0.55% | - |
| XYZ | 17.59 | 22.48 | 26.33 | - |
| YUV | 123.28 | 134.61 | 101.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 140 | 135 | 0.39 | 0 | 0.04 | 0.45 | 174.44 | 0.24 | 0.44 |
| Hex | 56 | 8C | 87 | 27 | 0 | 4 | 2D | AE | 18 | 2C |
| Octal | 126 | 214 | 207 | 47 | 0 | 4 | 55 | 256 | 30 | 54 |
| Binary | 1010110 | 10001100 | 10000111 | 100111 | 0 | 100 | 101101 | 10101110 | 11000 | 101100 |
Color Harmonies of #568C87
Complementary color
Monochromatic Colors of #568C87
Black with #568C87
Text Example
Text Example
White with #568C87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #568C87; }
p { color: rgb(86,140,135); }
H1.HeaderClassName
{
color: #568C87;
}
.AnyTagClassName
{
color: #568C87;
}
</style>
background-color css
<style>
a { background-color: #568C87; }
a { background-color: rgb(86,140,135); }
div.DivClassName
{
background-color: #568C87;
}
.BgClassName
{
background-color: #568C87;
}
</style>
border-color css
<style>
span { border-color: #568C87; }
span { border-color: rgb(86,140,135); }
td.TdClassName
{
border-color: #568C87;
}
.TagClassName
{
border-color: #568C87;
}
</style>