#529C88

Color #529C88 Lochinvar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lochinvar #529C88

Tints of Lochinvar #529C88

Color information

#529C88 (or 0x529C88) is unknown color: approx Lochinvar. HEX triplet: 52, 9C and 88. RGB value is (82,156,136). Sum of RGB (Red+Green+Blue) = 82+156+136=374 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.93% from 374); Green value is 156 (61.33% from 255 or 41.71% from 374); Blue value is 136 (53.52% from 255 or 36.36% from 374); Max value from RGB is 156 - color contains mainly: green. Hex color #529C88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529C88 is #AD6377. Grayscale: #838383. Windows color (decimal): -11363192 or 8952914. OLE color: 8952914.

HSL color Cylindrical-coordinate representation of color #529C88: hue angle of 163.78º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #529C88 is Cyan = 0.47, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.39.

Color convert

RGB82156136-
CMYK0.4700.130.39
HSL163.78º31.09%46.67%-
HSV(B)163.78º47.44%61.18%-
XYZ19.8127.3527.53-
YUV131.59130.4892.63-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 82 (32.42% from 255) = 21.93%
GREEN value IS 156 (61.33% from 255) = 41.71%
BLUE value IS 136 (53.52% from 255) = 36.36%
R=21.93%
G=41.71%
B=36.36%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal821561360.4700.130.39163.7831.0946.67
Hex529C882F0D27a41f2f
Octal12223421057015472443757
Binary10100101001110010001000101111011011001111010010011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529C88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529C88; }

 p { color: rgb(82,156,136); }

 H1.HeaderClassName
 {
   color: #529C88;
 }
 .AnyTagClassName
 {
   color: #529C88;
 }
</style>
background-color css

<style>
 a { background-color: #529C88; }

 a { background-color: rgb(82,156,136); }

 div.DivClassName
 {
   background-color: #529C88;
 }
 .BgClassName
 {
   background-color: #529C88;
 }
</style>
border-color css

<style>
 span { border-color: #529C88; }

 span { border-color: rgb(82,156,136); }

 td.TdClassName
 {
   border-color: #529C88;
 }
 .TagClassName
 {
   border-color: #529C88;
 }
</style>