Shades of Lochinvar #438B85
Tints of Lochinvar #438B85
RGB
CMYK
RGB Variations
Color information
#438B85 (or 0x438B85) is known color: Lochinvar. HEX triplet: 43, 8B and 85. RGB value is (67,139,133). Sum of RGB (Red+Green+Blue) = 67+139+133=339 (44% of max value = 765). Red value is 67 (26.56% from 255 or 19.76% from 339); Green value is 139 (54.69% from 255 or 41.00% from 339); Blue value is 133 (52.34% from 255 or 39.23% from 339); Max value from RGB is 139 - color contains mainly: green. Hex color #438B85 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #438B85 is #BC747A. Grayscale: #747474. Windows color (decimal): -12350587 or 8751939. OLE color: 8751939.
HSL color Cylindrical-coordinate representation of color #438B85: hue angle of 175º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #438B85 is Cyan = 0.52, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 67 | 139 | 133 | - |
| CMYK | 0.52 | 0 | 0.04 | 0.45 |
| HSL | 175º | 0.35% | 0.4% | - |
| HSV(B) | 175º | 0.52% | 0.55% | - |
| XYZ | 15.78 | 21.35 | 25.48 | - |
| YUV | 116.79 | 137.15 | 92.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 139 | 133 | 0.52 | 0 | 0.04 | 0.45 | 175 | 0.35 | 0.4 |
| Hex | 43 | 8B | 85 | 34 | 0 | 4 | 2D | AF | 23 | 28 |
| Octal | 103 | 213 | 205 | 64 | 0 | 4 | 55 | 257 | 43 | 50 |
| Binary | 1000011 | 10001011 | 10000101 | 110100 | 0 | 100 | 101101 | 10101111 | 100011 | 101000 |
Color Harmonies of #438B85
Complementary color
Monochromatic Colors of #438B85
Black with #438B85
Text Example
Text Example
White with #438B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #438B85; }
p { color: rgb(67,139,133); }
H1.HeaderClassName
{
color: #438B85;
}
.AnyTagClassName
{
color: #438B85;
}
</style>
background-color css
<style>
a { background-color: #438B85; }
a { background-color: rgb(67,139,133); }
div.DivClassName
{
background-color: #438B85;
}
.BgClassName
{
background-color: #438B85;
}
</style>
border-color css
<style>
span { border-color: #438B85; }
span { border-color: rgb(67,139,133); }
td.TdClassName
{
border-color: #438B85;
}
.TagClassName
{
border-color: #438B85;
}
</style>