Shades of Lochinvar #568B85
Tints of Lochinvar #568B85
RGB
CMYK
RGB Variations
Color information
#568B85 (or 0x568B85) is known color: Lochinvar. HEX triplet: 56, 8B and 85. RGB value is (86,139,133). Sum of RGB (Red+Green+Blue) = 86+139+133=358 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.02% from 358); Green value is 139 (54.69% from 255 or 38.83% from 358); Blue value is 133 (52.34% from 255 or 37.15% from 358); Max value from RGB is 139 - color contains mainly: green. Hex color #568B85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #568B85 is #A9747A. Grayscale: #7A7A7A. Windows color (decimal): -11105403 or 8751958. OLE color: 8751958.
HSL color Cylindrical-coordinate representation of color #568B85: hue angle of 173.21º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #568B85 is Cyan = 0.38, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 86 | 139 | 133 | - |
| CMYK | 0.38 | 0 | 0.04 | 0.45 |
| HSL | 173.21º | 0.24% | 0.44% | - |
| HSV(B) | 173.21º | 0.38% | 0.55% | - |
| XYZ | 17.3 | 22.14 | 25.55 | - |
| YUV | 122.47 | 133.94 | 101.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 139 | 133 | 0.38 | 0 | 0.04 | 0.45 | 173.21 | 0.24 | 0.44 |
| Hex | 56 | 8B | 85 | 26 | 0 | 4 | 2D | AD | 18 | 2C |
| Octal | 126 | 213 | 205 | 46 | 0 | 4 | 55 | 255 | 30 | 54 |
| Binary | 1010110 | 10001011 | 10000101 | 100110 | 0 | 100 | 101101 | 10101101 | 11000 | 101100 |
Color Harmonies of #568B85
Complementary color
Monochromatic Colors of #568B85
Black with #568B85
Text Example
Text Example
White with #568B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #568B85; }
p { color: rgb(86,139,133); }
H1.HeaderClassName
{
color: #568B85;
}
.AnyTagClassName
{
color: #568B85;
}
</style>
background-color css
<style>
a { background-color: #568B85; }
a { background-color: rgb(86,139,133); }
div.DivClassName
{
background-color: #568B85;
}
.BgClassName
{
background-color: #568B85;
}
</style>
border-color css
<style>
span { border-color: #568B85; }
span { border-color: rgb(86,139,133); }
td.TdClassName
{
border-color: #568B85;
}
.TagClassName
{
border-color: #568B85;
}
</style>