#529D8B

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

Shades of Lochinvar #529D8B

Tints of Lochinvar #529D8B

Color information

#529D8B (or 0x529D8B) is unknown color: approx Lochinvar. HEX triplet: 52, 9D and 8B. RGB value is (82,157,139). Sum of RGB (Red+Green+Blue) = 82+157+139=378 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.69% from 378); Green value is 157 (61.72% from 255 or 41.53% from 378); Blue value is 139 (54.69% from 255 or 36.77% from 378); Max value from RGB is 157 - color contains mainly: green. Hex color #529D8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529D8B is #AD6274. Grayscale: #848484. Windows color (decimal): -11362933 or 9149778. OLE color: 9149778.

HSL color Cylindrical-coordinate representation of color #529D8B: hue angle of 165.6º 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 #529D8B is Cyan = 0.48, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.38.

Color convert

RGB82157139-
CMYK0.4800.110.38
HSL165.6º31.38%46.86%-
HSV(B)165.6º47.77%61.57%-
XYZ20.227.7728.72-
YUV132.52131.6591.96-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.69%
GREEN value IS 157 (61.72% from 255) = 41.53%
BLUE value IS 139 (54.69% from 255) = 36.77%
R=21.69%
G=41.53%
B=36.77%

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
Decimal821571390.4800.110.38165.631.3846.86
Hex529D8B300B26a61f2f
Octal12223521360013462463757
Binary10100101001110110001011110000010111001101010011011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529D8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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