Shades of Lochinvar #408F88
Tints of Lochinvar #408F88
RGB
CMYK
RGB Variations
Color information
#408F88 (or 0x408F88) is known color: Lochinvar. HEX triplet: 40, 8F and 88. RGB value is (64,143,136). Sum of RGB (Red+Green+Blue) = 64+143+136=343 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.66% from 343); Green value is 143 (56.25% from 255 or 41.69% from 343); Blue value is 136 (53.52% from 255 or 39.65% from 343); Max value from RGB is 143 - color contains mainly: green. Hex color #408F88 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408F88 is #BF7077. Grayscale: #767676. Windows color (decimal): -12546168 or 8949568. OLE color: 8949568.
HSL color Cylindrical-coordinate representation of color #408F88: hue angle of 174.68º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #408F88 is Cyan = 0.55, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 64 | 143 | 136 | - |
| CMYK | 0.55 | 0 | 0.05 | 0.44 |
| HSL | 174.68º | 0.38% | 0.41% | - |
| HSV(B) | 174.68º | 0.55% | 0.56% | - |
| XYZ | 16.38 | 22.51 | 26.77 | - |
| YUV | 118.58 | 137.83 | 89.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 143 | 136 | 0.55 | 0 | 0.05 | 0.44 | 174.68 | 0.38 | 0.41 |
| Hex | 40 | 8F | 88 | 37 | 0 | 5 | 2C | AF | 26 | 29 |
| Octal | 100 | 217 | 210 | 67 | 0 | 5 | 54 | 257 | 46 | 51 |
| Binary | 1000000 | 10001111 | 10001000 | 110111 | 0 | 101 | 101100 | 10101111 | 100110 | 101001 |
Color Harmonies of #408F88
Complementary color
Monochromatic Colors of #408F88
Black with #408F88
Text Example
Text Example
White with #408F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408F88; }
p { color: rgb(64,143,136); }
H1.HeaderClassName
{
color: #408F88;
}
.AnyTagClassName
{
color: #408F88;
}
</style>
background-color css
<style>
a { background-color: #408F88; }
a { background-color: rgb(64,143,136); }
div.DivClassName
{
background-color: #408F88;
}
.BgClassName
{
background-color: #408F88;
}
</style>
border-color css
<style>
span { border-color: #408F88; }
span { border-color: rgb(64,143,136); }
td.TdClassName
{
border-color: #408F88;
}
.TagClassName
{
border-color: #408F88;
}
</style>