#529D8C

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

Shades of Lochinvar #529D8C

Tints of Lochinvar #529D8C

Color information

#529D8C (or 0x529D8C) is unknown color: approx Lochinvar. HEX triplet: 52, 9D and 8C. RGB value is (82,157,140). Sum of RGB (Red+Green+Blue) = 82+157+140=379 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.64% from 379); Green value is 157 (61.72% from 255 or 41.42% from 379); Blue value is 140 (55.08% from 255 or 36.94% from 379); Max value from RGB is 157 - color contains mainly: green. Hex color #529D8C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529D8C is #AD6273. Grayscale: #848484. Windows color (decimal): -11362932 or 9215314. OLE color: 9215314.

HSL color Cylindrical-coordinate representation of color #529D8C: hue angle of 166.4º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #529D8C is Cyan = 0.48, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.38.

Color convert

RGB82157140-
CMYK0.4800.110.38
HSL166.4º31.38%46.86%-
HSV(B)166.4º47.77%61.57%-
XYZ20.2727.829.11-
YUV132.64132.1591.88-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.64%
GREEN value IS 157 (61.72% from 255) = 41.42%
BLUE value IS 140 (55.08% from 255) = 36.94%
R=21.64%
G=41.42%
B=36.94%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal821571400.4800.110.38166.431.3846.86
Hex529D8C300B26a61f2f
Octal12223521460013462463757
Binary10100101001110110001100110000010111001101010011011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529D8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,157,140); }

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

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

 a { background-color: rgb(82,157,140); }

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

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

 span { border-color: rgb(82,157,140); }

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