Shades of Lochinvar #528B7D
Tints of Lochinvar #528B7D
RGB
CMYK
RGB Variations
Color information
#528B7D (or 0x528B7D) is known color: Lochinvar. HEX triplet: 52, 8B and 7D. RGB value is (82,139,125). Sum of RGB (Red+Green+Blue) = 82+139+125=346 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.70% from 346); Green value is 139 (54.69% from 255 or 40.17% from 346); Blue value is 125 (49.22% from 255 or 36.13% from 346); Max value from RGB is 139 - color contains mainly: green. Hex color #528B7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528B7D is #AD7482. Grayscale: #787878. Windows color (decimal): -11367555 or 8227666. OLE color: 8227666.
HSL color Cylindrical-coordinate representation of color #528B7D: hue angle of 165.26º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #528B7D is Cyan = 0.41, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 82 | 139 | 125 | - |
| CMYK | 0.41 | 0 | 0.10 | 0.45 |
| HSL | 165.26º | 0.26% | 0.43% | - |
| HSV(B) | 165.26º | 0.41% | 0.55% | - |
| XYZ | 16.41 | 21.74 | 22.73 | - |
| YUV | 120.36 | 130.62 | 100.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 139 | 125 | 0.41 | 0 | 0.10 | 0.45 | 165.26 | 0.26 | 0.43 |
| Hex | 52 | 8B | 7D | 29 | 0 | A | 2D | A5 | 1A | 2B |
| Octal | 122 | 213 | 175 | 51 | 0 | 12 | 55 | 245 | 32 | 53 |
| Binary | 1010010 | 10001011 | 1111101 | 101001 | 0 | 1010 | 101101 | 10100101 | 11010 | 101011 |
Color Harmonies of #528B7D
Complementary color
Monochromatic Colors of #528B7D
Black with #528B7D
Text Example
Text Example
White with #528B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528B7D; }
p { color: rgb(82,139,125); }
H1.HeaderClassName
{
color: #528B7D;
}
.AnyTagClassName
{
color: #528B7D;
}
</style>
background-color css
<style>
a { background-color: #528B7D; }
a { background-color: rgb(82,139,125); }
div.DivClassName
{
background-color: #528B7D;
}
.BgClassName
{
background-color: #528B7D;
}
</style>
border-color css
<style>
span { border-color: #528B7D; }
span { border-color: rgb(82,139,125); }
td.TdClassName
{
border-color: #528B7D;
}
.TagClassName
{
border-color: #528B7D;
}
</style>