Shades of Lochinvar #408B85
Tints of Lochinvar #408B85
RGB
CMYK
RGB Variations
Color information
#408B85 (or 0x408B85) is known color: Lochinvar. HEX triplet: 40, 8B and 85. RGB value is (64,139,133). Sum of RGB (Red+Green+Blue) = 64+139+133=336 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.05% from 336); Green value is 139 (54.69% from 255 or 41.37% from 336); Blue value is 133 (52.34% from 255 or 39.58% from 336); Max value from RGB is 139 - color contains mainly: green. Hex color #408B85 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408B85 is #BF747A. Grayscale: #737373. Windows color (decimal): -12547195 or 8751936. OLE color: 8751936.
HSL color Cylindrical-coordinate representation of color #408B85: hue angle of 175.2º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #408B85 is Cyan = 0.54, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 64 | 139 | 133 | - |
| CMYK | 0.54 | 0 | 0.04 | 0.45 |
| HSL | 175.2º | 0.37% | 0.4% | - |
| HSV(B) | 175.2º | 0.54% | 0.55% | - |
| XYZ | 15.58 | 21.25 | 25.47 | - |
| YUV | 115.89 | 137.65 | 90.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 139 | 133 | 0.54 | 0 | 0.04 | 0.45 | 175.2 | 0.37 | 0.4 |
| Hex | 40 | 8B | 85 | 36 | 0 | 4 | 2D | AF | 25 | 28 |
| Octal | 100 | 213 | 205 | 66 | 0 | 4 | 55 | 257 | 45 | 50 |
| Binary | 1000000 | 10001011 | 10000101 | 110110 | 0 | 100 | 101101 | 10101111 | 100101 | 101000 |
Color Harmonies of #408B85
Complementary color
Monochromatic Colors of #408B85
Black with #408B85
Text Example
Text Example
White with #408B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408B85; }
p { color: rgb(64,139,133); }
H1.HeaderClassName
{
color: #408B85;
}
.AnyTagClassName
{
color: #408B85;
}
</style>
background-color css
<style>
a { background-color: #408B85; }
a { background-color: rgb(64,139,133); }
div.DivClassName
{
background-color: #408B85;
}
.BgClassName
{
background-color: #408B85;
}
</style>
border-color css
<style>
span { border-color: #408B85; }
span { border-color: rgb(64,139,133); }
td.TdClassName
{
border-color: #408B85;
}
.TagClassName
{
border-color: #408B85;
}
</style>