#529D90

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

Shades of Lochinvar #529D90

Tints of Lochinvar #529D90

Color information

#529D90 (or 0x529D90) is unknown color: approx Lochinvar. HEX triplet: 52, 9D and 90. RGB value is (82,157,144). Sum of RGB (Red+Green+Blue) = 82+157+144=383 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.41% from 383); Green value is 157 (61.72% from 255 or 40.99% from 383); Blue value is 144 (56.64% from 255 or 37.60% from 383); Max value from RGB is 157 - color contains mainly: green. Hex color #529D90 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529D90 is #AD626F. Grayscale: #858585. Windows color (decimal): -11362928 or 9477458. OLE color: 9477458.

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

Color convert

RGB82157144-
CMYK0.4800.080.38
HSL169.6º31.38%46.86%-
HSV(B)169.6º47.77%61.57%-
XYZ20.5727.9230.69-
YUV133.09134.1591.56-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.41%
GREEN value IS 157 (61.72% from 255) = 40.99%
BLUE value IS 144 (56.64% from 255) = 37.60%
R=21.41%
G=40.99%
B=37.60%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal821571440.4800.080.38169.631.3846.86
Hex529D90300826aa1f2f
Octal12223522060010462523757
Binary10100101001110110010000110000010001001101010101011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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