Shades of Lochinvar #428C85
Tints of Lochinvar #428C85
RGB
CMYK
RGB Variations
Color information
#428C85 (or 0x428C85) is known color: Lochinvar. HEX triplet: 42, 8C and 85. RGB value is (66,140,133). Sum of RGB (Red+Green+Blue) = 66+140+133=339 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.47% from 339); Green value is 140 (55.08% from 255 or 41.30% from 339); Blue value is 133 (52.34% from 255 or 39.23% from 339); Max value from RGB is 140 - color contains mainly: green. Hex color #428C85 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428C85 is #BD737A. Grayscale: #757575. Windows color (decimal): -12415867 or 8752194. OLE color: 8752194.
HSL color Cylindrical-coordinate representation of color #428C85: hue angle of 174.32º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #428C85 is Cyan = 0.53, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 66 | 140 | 133 | - |
| CMYK | 0.53 | 0 | 0.05 | 0.45 |
| HSL | 174.32º | 0.36% | 0.4% | - |
| HSV(B) | 174.32º | 0.53% | 0.55% | - |
| XYZ | 15.86 | 21.61 | 25.53 | - |
| YUV | 117.08 | 136.98 | 91.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 140 | 133 | 0.53 | 0 | 0.05 | 0.45 | 174.32 | 0.36 | 0.4 |
| Hex | 42 | 8C | 85 | 35 | 0 | 5 | 2D | AE | 24 | 28 |
| Octal | 102 | 214 | 205 | 65 | 0 | 5 | 55 | 256 | 44 | 50 |
| Binary | 1000010 | 10001100 | 10000101 | 110101 | 0 | 101 | 101101 | 10101110 | 100100 | 101000 |
Color Harmonies of #428C85
Complementary color
Monochromatic Colors of #428C85
Black with #428C85
Text Example
Text Example
White with #428C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428C85; }
p { color: rgb(66,140,133); }
H1.HeaderClassName
{
color: #428C85;
}
.AnyTagClassName
{
color: #428C85;
}
</style>
background-color css
<style>
a { background-color: #428C85; }
a { background-color: rgb(66,140,133); }
div.DivClassName
{
background-color: #428C85;
}
.BgClassName
{
background-color: #428C85;
}
</style>
border-color css
<style>
span { border-color: #428C85; }
span { border-color: rgb(66,140,133); }
td.TdClassName
{
border-color: #428C85;
}
.TagClassName
{
border-color: #428C85;
}
</style>