Shades of Lochinvar #428882
Tints of Lochinvar #428882
RGB
CMYK
RGB Variations
Color information
#428882 (or 0x428882) is known color: Lochinvar. HEX triplet: 42, 88 and 82. RGB value is (66,136,130). Sum of RGB (Red+Green+Blue) = 66+136+130=332 (43% of max value = 765). Red value is 66 (26.17% from 255 or 19.88% from 332); Green value is 136 (53.52% from 255 or 40.96% from 332); Blue value is 130 (51.17% from 255 or 39.16% from 332); Max value from RGB is 136 - color contains mainly: green. Hex color #428882 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428882 is #BD777D. Grayscale: #727272. Windows color (decimal): -12416894 or 8554562. OLE color: 8554562.
HSL color Cylindrical-coordinate representation of color #428882: hue angle of 174.86º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #428882 is Cyan = 0.51, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 66 | 136 | 130 | - |
| CMYK | 0.51 | 0 | 0.04 | 0.47 |
| HSL | 174.86º | 0.35% | 0.4% | - |
| HSV(B) | 174.86º | 0.51% | 0.53% | - |
| XYZ | 15.08 | 20.38 | 24.26 | - |
| YUV | 114.39 | 136.81 | 93.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 136 | 130 | 0.51 | 0 | 0.04 | 0.47 | 174.86 | 0.35 | 0.4 |
| Hex | 42 | 88 | 82 | 33 | 0 | 4 | 2F | AF | 23 | 28 |
| Octal | 102 | 210 | 202 | 63 | 0 | 4 | 57 | 257 | 43 | 50 |
| Binary | 1000010 | 10001000 | 10000010 | 110011 | 0 | 100 | 101111 | 10101111 | 100011 | 101000 |
Color Harmonies of #428882
Complementary color
Monochromatic Colors of #428882
Black with #428882
Text Example
Text Example
White with #428882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428882; }
p { color: rgb(66,136,130); }
H1.HeaderClassName
{
color: #428882;
}
.AnyTagClassName
{
color: #428882;
}
</style>
background-color css
<style>
a { background-color: #428882; }
a { background-color: rgb(66,136,130); }
div.DivClassName
{
background-color: #428882;
}
.BgClassName
{
background-color: #428882;
}
</style>
border-color css
<style>
span { border-color: #428882; }
span { border-color: rgb(66,136,130); }
td.TdClassName
{
border-color: #428882;
}
.TagClassName
{
border-color: #428882;
}
</style>