Shades of Lochinvar #428B85
Tints of Lochinvar #428B85
RGB
CMYK
RGB Variations
Color information
#428B85 (or 0x428B85) is known color: Lochinvar. HEX triplet: 42, 8B and 85. RGB value is (66,139,133). Sum of RGB (Red+Green+Blue) = 66+139+133=338 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.53% from 338); Green value is 139 (54.69% from 255 or 41.12% from 338); Blue value is 133 (52.34% from 255 or 39.35% from 338); Max value from RGB is 139 - color contains mainly: green. Hex color #428B85 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428B85 is #BD747A. Grayscale: #747474. Windows color (decimal): -12416123 or 8751938. OLE color: 8751938.
HSL color Cylindrical-coordinate representation of color #428B85: hue angle of 175.07º 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 #428B85 is Cyan = 0.53, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 66 | 139 | 133 | - |
| CMYK | 0.53 | 0 | 0.04 | 0.45 |
| HSL | 175.07º | 0.36% | 0.4% | - |
| HSV(B) | 175.07º | 0.53% | 0.55% | - |
| XYZ | 15.71 | 21.32 | 25.48 | - |
| YUV | 116.49 | 137.32 | 91.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 139 | 133 | 0.53 | 0 | 0.04 | 0.45 | 175.07 | 0.36 | 0.4 |
| Hex | 42 | 8B | 85 | 35 | 0 | 4 | 2D | AF | 24 | 28 |
| Octal | 102 | 213 | 205 | 65 | 0 | 4 | 55 | 257 | 44 | 50 |
| Binary | 1000010 | 10001011 | 10000101 | 110101 | 0 | 100 | 101101 | 10101111 | 100100 | 101000 |
Color Harmonies of #428B85
Complementary color
Monochromatic Colors of #428B85
Black with #428B85
Text Example
Text Example
White with #428B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428B85; }
p { color: rgb(66,139,133); }
H1.HeaderClassName
{
color: #428B85;
}
.AnyTagClassName
{
color: #428B85;
}
</style>
background-color css
<style>
a { background-color: #428B85; }
a { background-color: rgb(66,139,133); }
div.DivClassName
{
background-color: #428B85;
}
.BgClassName
{
background-color: #428B85;
}
</style>
border-color css
<style>
span { border-color: #428B85; }
span { border-color: rgb(66,139,133); }
td.TdClassName
{
border-color: #428B85;
}
.TagClassName
{
border-color: #428B85;
}
</style>