Shades of Lochinvar #438985
Tints of Lochinvar #438985
RGB
CMYK
RGB Variations
Color information
#438985 (or 0x438985) is known color: Lochinvar. HEX triplet: 43, 89 and 85. RGB value is (67,137,133). Sum of RGB (Red+Green+Blue) = 67+137+133=337 (44% of max value = 765). Red value is 67 (26.56% from 255 or 19.88% from 337); Green value is 137 (53.91% from 255 or 40.65% from 337); Blue value is 133 (52.34% from 255 or 39.47% from 337); Max value from RGB is 137 - color contains mainly: green. Hex color #438985 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #438985 is #BC767A. Grayscale: #737373. Windows color (decimal): -12351099 or 8751427. OLE color: 8751427.
HSL color Cylindrical-coordinate representation of color #438985: hue angle of 176.57º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #438985 is Cyan = 0.51, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 67 | 137 | 133 | - |
| CMYK | 0.51 | 0 | 0.03 | 0.46 |
| HSL | 176.57º | 0.34% | 0.4% | - |
| HSV(B) | 176.57º | 0.51% | 0.54% | - |
| XYZ | 15.49 | 20.78 | 25.38 | - |
| YUV | 115.61 | 137.81 | 93.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 137 | 133 | 0.51 | 0 | 0.03 | 0.46 | 176.57 | 0.34 | 0.4 |
| Hex | 43 | 89 | 85 | 33 | 0 | 3 | 2E | B1 | 22 | 28 |
| Octal | 103 | 211 | 205 | 63 | 0 | 3 | 56 | 261 | 42 | 50 |
| Binary | 1000011 | 10001001 | 10000101 | 110011 | 0 | 11 | 101110 | 10110001 | 100010 | 101000 |
Color Harmonies of #438985
Complementary color
Monochromatic Colors of #438985
Black with #438985
Text Example
Text Example
White with #438985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #438985; }
p { color: rgb(67,137,133); }
H1.HeaderClassName
{
color: #438985;
}
.AnyTagClassName
{
color: #438985;
}
</style>
background-color css
<style>
a { background-color: #438985; }
a { background-color: rgb(67,137,133); }
div.DivClassName
{
background-color: #438985;
}
.BgClassName
{
background-color: #438985;
}
</style>
border-color css
<style>
span { border-color: #438985; }
span { border-color: rgb(67,137,133); }
td.TdClassName
{
border-color: #438985;
}
.TagClassName
{
border-color: #438985;
}
</style>