Shades of Lochinvar #569D8F
Tints of Lochinvar #569D8F
RGB
CMYK
RGB Variations
Color information
#569D8F (or 0x569D8F) is known color: Lochinvar. HEX triplet: 56, 9D and 8F. RGB value is (86,157,143). Sum of RGB (Red+Green+Blue) = 86+157+143=386 (51% of max value = 765). Red value is 86 (33.98% from 255 or 22.28% from 386); Green value is 157 (61.72% from 255 or 40.67% from 386); Blue value is 143 (56.25% from 255 or 37.05% from 386); Max value from RGB is 157 - color contains mainly: green. Hex color #569D8F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #569D8F is #A96270. Grayscale: #868686. Windows color (decimal): -11100785 or 9411926. OLE color: 9411926.
HSL color Cylindrical-coordinate representation of color #569D8F: hue angle of 168.17º degrees, saturation: 0.29, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #569D8F is Cyan = 0.45, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 86 | 157 | 143 | - |
| CMYK | 0.45 | 0 | 0.09 | 0.38 |
| HSL | 168.17º | 0.29% | 0.48% | - |
| HSV(B) | 168.17º | 0.45% | 0.62% | - |
| XYZ | 20.85 | 28.08 | 30.31 | - |
| YUV | 134.18 | 132.98 | 93.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 157 | 143 | 0.45 | 0 | 0.09 | 0.38 | 168.17 | 0.29 | 0.48 |
| Hex | 56 | 9D | 8F | 2D | 0 | 9 | 26 | A8 | 1D | 30 |
| Octal | 126 | 235 | 217 | 55 | 0 | 11 | 46 | 250 | 35 | 60 |
| Binary | 1010110 | 10011101 | 10001111 | 101101 | 0 | 1001 | 100110 | 10101000 | 11101 | 110000 |
Color Harmonies of #569D8F
Complementary color
Monochromatic Colors of #569D8F
Black with #569D8F
Text Example
Text Example
White with #569D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #569D8F; }
p { color: rgb(86,157,143); }
H1.HeaderClassName
{
color: #569D8F;
}
.AnyTagClassName
{
color: #569D8F;
}
</style>
background-color css
<style>
a { background-color: #569D8F; }
a { background-color: rgb(86,157,143); }
div.DivClassName
{
background-color: #569D8F;
}
.BgClassName
{
background-color: #569D8F;
}
</style>
border-color css
<style>
span { border-color: #569D8F; }
span { border-color: rgb(86,157,143); }
td.TdClassName
{
border-color: #569D8F;
}
.TagClassName
{
border-color: #569D8F;
}
</style>