Shades of Lochinvar #458985
Tints of Lochinvar #458985
RGB
CMYK
RGB Variations
Color information
#458985 (or 0x458985) is known color: Lochinvar. HEX triplet: 45, 89 and 85. RGB value is (69,137,133). Sum of RGB (Red+Green+Blue) = 69+137+133=339 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.35% from 339); Green value is 137 (53.91% from 255 or 40.41% from 339); Blue value is 133 (52.34% from 255 or 39.23% from 339); Max value from RGB is 137 - color contains mainly: green. Hex color #458985 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #458985 is #BA767A. Grayscale: #747474. Windows color (decimal): -12220027 or 8751429. OLE color: 8751429.
HSL color Cylindrical-coordinate representation of color #458985: hue angle of 176.47º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #458985 is Cyan = 0.50, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 69 | 137 | 133 | - |
| CMYK | 0.50 | 0 | 0.03 | 0.46 |
| HSL | 176.47º | 0.33% | 0.4% | - |
| HSV(B) | 176.47º | 0.5% | 0.54% | - |
| XYZ | 15.63 | 20.85 | 25.39 | - |
| YUV | 116.21 | 137.47 | 94.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 137 | 133 | 0.50 | 0 | 0.03 | 0.46 | 176.47 | 0.33 | 0.4 |
| Hex | 45 | 89 | 85 | 32 | 0 | 3 | 2E | B0 | 21 | 28 |
| Octal | 105 | 211 | 205 | 62 | 0 | 3 | 56 | 260 | 41 | 50 |
| Binary | 1000101 | 10001001 | 10000101 | 110010 | 0 | 11 | 101110 | 10110000 | 100001 | 101000 |
Color Harmonies of #458985
Complementary color
Monochromatic Colors of #458985
Black with #458985
Text Example
Text Example
White with #458985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458985; }
p { color: rgb(69,137,133); }
H1.HeaderClassName
{
color: #458985;
}
.AnyTagClassName
{
color: #458985;
}
</style>
background-color css
<style>
a { background-color: #458985; }
a { background-color: rgb(69,137,133); }
div.DivClassName
{
background-color: #458985;
}
.BgClassName
{
background-color: #458985;
}
</style>
border-color css
<style>
span { border-color: #458985; }
span { border-color: rgb(69,137,133); }
td.TdClassName
{
border-color: #458985;
}
.TagClassName
{
border-color: #458985;
}
</style>