Shades of Lochinvar #528884
Tints of Lochinvar #528884
RGB
CMYK
RGB Variations
Color information
#528884 (or 0x528884) is known color: Lochinvar. HEX triplet: 52, 88 and 84. RGB value is (82,136,132). Sum of RGB (Red+Green+Blue) = 82+136+132=350 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.43% from 350); Green value is 136 (53.52% from 255 or 38.86% from 350); Blue value is 132 (51.95% from 255 or 37.71% from 350); Max value from RGB is 136 - color contains mainly: green. Hex color #528884 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528884 is #AD777B. Grayscale: #777777. Windows color (decimal): -11368316 or 8685650. OLE color: 8685650.
HSL color Cylindrical-coordinate representation of color #528884: hue angle of 175.56º 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 #528884 is Cyan = 0.40, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 82 | 136 | 132 | - |
| CMYK | 0.40 | 0 | 0.03 | 0.47 |
| HSL | 175.56º | 0.25% | 0.43% | - |
| HSV(B) | 175.56º | 0.4% | 0.53% | - |
| XYZ | 16.45 | 21.07 | 25.03 | - |
| YUV | 119.4 | 135.11 | 101.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 136 | 132 | 0.40 | 0 | 0.03 | 0.47 | 175.56 | 0.25 | 0.43 |
| Hex | 52 | 88 | 84 | 28 | 0 | 3 | 2F | B0 | 19 | 2B |
| Octal | 122 | 210 | 204 | 50 | 0 | 3 | 57 | 260 | 31 | 53 |
| Binary | 1010010 | 10001000 | 10000100 | 101000 | 0 | 11 | 101111 | 10110000 | 11001 | 101011 |
Color Harmonies of #528884
Complementary color
Monochromatic Colors of #528884
Black with #528884
Text Example
Text Example
White with #528884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528884; }
p { color: rgb(82,136,132); }
H1.HeaderClassName
{
color: #528884;
}
.AnyTagClassName
{
color: #528884;
}
</style>
background-color css
<style>
a { background-color: #528884; }
a { background-color: rgb(82,136,132); }
div.DivClassName
{
background-color: #528884;
}
.BgClassName
{
background-color: #528884;
}
</style>
border-color css
<style>
span { border-color: #528884; }
span { border-color: rgb(82,136,132); }
td.TdClassName
{
border-color: #528884;
}
.TagClassName
{
border-color: #528884;
}
</style>