Shades of Lochinvar #42857C
Tints of Lochinvar #42857C
RGB
CMYK
RGB Variations
Color information
#42857C (or 0x42857C) is known color: Lochinvar. HEX triplet: 42, 85 and 7C. RGB value is (66,133,124). Sum of RGB (Red+Green+Blue) = 66+133+124=323 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.43% from 323); Green value is 133 (52.34% from 255 or 41.18% from 323); Blue value is 124 (48.83% from 255 or 38.39% from 323); Max value from RGB is 133 - color contains mainly: green. Hex color #42857C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42857C is #BD7A83. Grayscale: #6F6F6F. Windows color (decimal): -12417668 or 8160578. OLE color: 8160578.
HSL color Cylindrical-coordinate representation of color #42857C: hue angle of 171.94º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #42857C is Cyan = 0.50, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 66 | 133 | 124 | - |
| CMYK | 0.50 | 0 | 0.07 | 0.48 |
| HSL | 171.94º | 0.34% | 0.39% | - |
| HSV(B) | 171.94º | 0.5% | 0.52% | - |
| XYZ | 14.27 | 19.39 | 22.06 | - |
| YUV | 111.94 | 134.8 | 95.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 133 | 124 | 0.50 | 0 | 0.07 | 0.48 | 171.94 | 0.34 | 0.39 |
| Hex | 42 | 85 | 7C | 32 | 0 | 7 | 30 | AC | 22 | 27 |
| Octal | 102 | 205 | 174 | 62 | 0 | 7 | 60 | 254 | 42 | 47 |
| Binary | 1000010 | 10000101 | 1111100 | 110010 | 0 | 111 | 110000 | 10101100 | 100010 | 100111 |
Color Harmonies of #42857C
Complementary color
Monochromatic Colors of #42857C
Black with #42857C
Text Example
Text Example
White with #42857C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42857C; }
p { color: rgb(66,133,124); }
H1.HeaderClassName
{
color: #42857C;
}
.AnyTagClassName
{
color: #42857C;
}
</style>
background-color css
<style>
a { background-color: #42857C; }
a { background-color: rgb(66,133,124); }
div.DivClassName
{
background-color: #42857C;
}
.BgClassName
{
background-color: #42857C;
}
</style>
border-color css
<style>
span { border-color: #42857C; }
span { border-color: rgb(66,133,124); }
td.TdClassName
{
border-color: #42857C;
}
.TagClassName
{
border-color: #42857C;
}
</style>