Shades of Lochinvar #458A86
Tints of Lochinvar #458A86
RGB
CMYK
RGB Variations
Color information
#458A86 (or 0x458A86) is known color: Lochinvar. HEX triplet: 45, 8A and 86. RGB value is (69,138,134). Sum of RGB (Red+Green+Blue) = 69+138+134=341 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20.23% from 341); Green value is 138 (54.30% from 255 or 40.47% from 341); Blue value is 134 (52.73% from 255 or 39.30% from 341); Max value from RGB is 138 - color contains mainly: green. Hex color #458A86 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #458A86 is #BA7579. Grayscale: #747474. Windows color (decimal): -12219770 or 8817221. OLE color: 8817221.
HSL color Cylindrical-coordinate representation of color #458A86: hue angle of 176.52º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #458A86 is Cyan = 0.5, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 69 | 138 | 134 | - |
| CMYK | 0.5 | 0 | 0.03 | 0.46 |
| HSL | 176.52º | 0.33% | 0.41% | - |
| HSV(B) | 176.52º | 0.5% | 0.54% | - |
| XYZ | 15.85 | 21.16 | 25.8 | - |
| YUV | 116.91 | 137.64 | 93.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 138 | 134 | 0.5 | 0 | 0.03 | 0.46 | 176.52 | 0.33 | 0.41 |
| Hex | 45 | 8A | 86 | 32 | 0 | 3 | 2E | B1 | 21 | 29 |
| Octal | 105 | 212 | 206 | 62 | 0 | 3 | 56 | 261 | 41 | 51 |
| Binary | 1000101 | 10001010 | 10000110 | 110010 | 0 | 11 | 101110 | 10110001 | 100001 | 101001 |
Color Harmonies of #458A86
Complementary color
Monochromatic Colors of #458A86
Black with #458A86
Text Example
Text Example
White with #458A86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458A86; }
p { color: rgb(69,138,134); }
H1.HeaderClassName
{
color: #458A86;
}
.AnyTagClassName
{
color: #458A86;
}
</style>
background-color css
<style>
a { background-color: #458A86; }
a { background-color: rgb(69,138,134); }
div.DivClassName
{
background-color: #458A86;
}
.BgClassName
{
background-color: #458A86;
}
</style>
border-color css
<style>
span { border-color: #458A86; }
span { border-color: rgb(69,138,134); }
td.TdClassName
{
border-color: #458A86;
}
.TagClassName
{
border-color: #458A86;
}
</style>