Shades of Lochinvar #428983
Tints of Lochinvar #428983
RGB
CMYK
RGB Variations
Color information
#428983 (or 0x428983) is known color: Lochinvar. HEX triplet: 42, 89 and 83. RGB value is (66,137,131). Sum of RGB (Red+Green+Blue) = 66+137+131=334 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.76% from 334); Green value is 137 (53.91% from 255 or 41.02% from 334); Blue value is 131 (51.56% from 255 or 39.22% from 334); Max value from RGB is 137 - color contains mainly: green. Hex color #428983 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428983 is #BD767C. Grayscale: #737373. Windows color (decimal): -12416637 or 8620354. OLE color: 8620354.
HSL color Cylindrical-coordinate representation of color #428983: hue angle of 174.93º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #428983 is Cyan = 0.52, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 66 | 137 | 131 | - |
| CMYK | 0.52 | 0 | 0.04 | 0.46 |
| HSL | 174.93º | 0.35% | 0.4% | - |
| HSV(B) | 174.93º | 0.52% | 0.54% | - |
| XYZ | 15.29 | 20.69 | 24.66 | - |
| YUV | 115.09 | 136.98 | 92.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 137 | 131 | 0.52 | 0 | 0.04 | 0.46 | 174.93 | 0.35 | 0.4 |
| Hex | 42 | 89 | 83 | 34 | 0 | 4 | 2E | AF | 23 | 28 |
| Octal | 102 | 211 | 203 | 64 | 0 | 4 | 56 | 257 | 43 | 50 |
| Binary | 1000010 | 10001001 | 10000011 | 110100 | 0 | 100 | 101110 | 10101111 | 100011 | 101000 |
Color Harmonies of #428983
Complementary color
Monochromatic Colors of #428983
Black with #428983
Text Example
Text Example
White with #428983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428983; }
p { color: rgb(66,137,131); }
H1.HeaderClassName
{
color: #428983;
}
.AnyTagClassName
{
color: #428983;
}
</style>
background-color css
<style>
a { background-color: #428983; }
a { background-color: rgb(66,137,131); }
div.DivClassName
{
background-color: #428983;
}
.BgClassName
{
background-color: #428983;
}
</style>
border-color css
<style>
span { border-color: #428983; }
span { border-color: rgb(66,137,131); }
td.TdClassName
{
border-color: #428983;
}
.TagClassName
{
border-color: #428983;
}
</style>