Shades of Lochinvar #528880
Tints of Lochinvar #528880
RGB
CMYK
RGB Variations
Color information
#528880 (or 0x528880) is known color: Lochinvar. HEX triplet: 52, 88 and 80. RGB value is (82,136,128). Sum of RGB (Red+Green+Blue) = 82+136+128=346 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.70% from 346); Green value is 136 (53.52% from 255 or 39.31% from 346); Blue value is 128 (50.39% from 255 or 36.99% from 346); Max value from RGB is 136 - color contains mainly: green. Hex color #528880 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528880 is #AD777F. Grayscale: #767676. Windows color (decimal): -11368320 or 8423506. OLE color: 8423506.
HSL color Cylindrical-coordinate representation of color #528880: hue angle of 171.11º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #528880 is Cyan = 0.40, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 82 | 136 | 128 | - |
| CMYK | 0.40 | 0 | 0.06 | 0.47 |
| HSL | 171.11º | 0.25% | 0.43% | - |
| HSV(B) | 171.11º | 0.4% | 0.53% | - |
| XYZ | 16.18 | 20.96 | 23.62 | - |
| YUV | 118.94 | 133.11 | 101.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 136 | 128 | 0.40 | 0 | 0.06 | 0.47 | 171.11 | 0.25 | 0.43 |
| Hex | 52 | 88 | 80 | 28 | 0 | 6 | 2F | AB | 19 | 2B |
| Octal | 122 | 210 | 200 | 50 | 0 | 6 | 57 | 253 | 31 | 53 |
| Binary | 1010010 | 10001000 | 10000000 | 101000 | 0 | 110 | 101111 | 10101011 | 11001 | 101011 |
Color Harmonies of #528880
Complementary color
Monochromatic Colors of #528880
Black with #528880
Text Example
Text Example
White with #528880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528880; }
p { color: rgb(82,136,128); }
H1.HeaderClassName
{
color: #528880;
}
.AnyTagClassName
{
color: #528880;
}
</style>
background-color css
<style>
a { background-color: #528880; }
a { background-color: rgb(82,136,128); }
div.DivClassName
{
background-color: #528880;
}
.BgClassName
{
background-color: #528880;
}
</style>
border-color css
<style>
span { border-color: #528880; }
span { border-color: rgb(82,136,128); }
td.TdClassName
{
border-color: #528880;
}
.TagClassName
{
border-color: #528880;
}
</style>