Shades of Lochinvar #458F89
Tints of Lochinvar #458F89
RGB
CMYK
RGB Variations
Color information
#458F89 (or 0x458F89) is known color: Lochinvar. HEX triplet: 45, 8F and 89. RGB value is (69,143,137). Sum of RGB (Red+Green+Blue) = 69+143+137=349 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.77% from 349); Green value is 143 (56.25% from 255 or 40.97% from 349); Blue value is 137 (53.91% from 255 or 39.26% from 349); Max value from RGB is 143 - color contains mainly: green. Hex color #458F89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #458F89 is #BA7076. Grayscale: #787878. Windows color (decimal): -12218487 or 9015109. OLE color: 9015109.
HSL color Cylindrical-coordinate representation of color #458F89: hue angle of 175.14º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #458F89 is Cyan = 0.52, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 69 | 143 | 137 | - |
| CMYK | 0.52 | 0 | 0.04 | 0.44 |
| HSL | 175.14º | 0.35% | 0.42% | - |
| HSV(B) | 175.14º | 0.52% | 0.56% | - |
| XYZ | 16.79 | 22.72 | 27.17 | - |
| YUV | 120.19 | 137.48 | 91.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 143 | 137 | 0.52 | 0 | 0.04 | 0.44 | 175.14 | 0.35 | 0.42 |
| Hex | 45 | 8F | 89 | 34 | 0 | 4 | 2C | AF | 23 | 2A |
| Octal | 105 | 217 | 211 | 64 | 0 | 4 | 54 | 257 | 43 | 52 |
| Binary | 1000101 | 10001111 | 10001001 | 110100 | 0 | 100 | 101100 | 10101111 | 100011 | 101010 |
Color Harmonies of #458F89
Complementary color
Monochromatic Colors of #458F89
Black with #458F89
Text Example
Text Example
White with #458F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458F89; }
p { color: rgb(69,143,137); }
H1.HeaderClassName
{
color: #458F89;
}
.AnyTagClassName
{
color: #458F89;
}
</style>
background-color css
<style>
a { background-color: #458F89; }
a { background-color: rgb(69,143,137); }
div.DivClassName
{
background-color: #458F89;
}
.BgClassName
{
background-color: #458F89;
}
</style>
border-color css
<style>
span { border-color: #458F89; }
span { border-color: rgb(69,143,137); }
td.TdClassName
{
border-color: #458F89;
}
.TagClassName
{
border-color: #458F89;
}
</style>