#529681

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

Shades of Lochinvar #529681

Tints of Lochinvar #529681

Color information

#529681 (or 0x529681) is unknown color: approx Lochinvar. HEX triplet: 52, 96 and 81. RGB value is (82,150,129). Sum of RGB (Red+Green+Blue) = 82+150+129=361 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.71% from 361); Green value is 150 (58.98% from 255 or 41.55% from 361); Blue value is 129 (50.78% from 255 or 35.73% from 361); Max value from RGB is 150 - color contains mainly: green. Hex color #529681 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529681 is #AD697E. Grayscale: #7F7F7F. Windows color (decimal): -11364735 or 8492626. OLE color: 8492626.

HSL color Cylindrical-coordinate representation of color #529681: hue angle of 161.47º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #529681 is Cyan = 0.45, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.41.

Color convert

RGB82150129-
CMYK0.4500.140.41
HSL161.47º29.31%45.49%-
HSV(B)161.47º45.33%58.82%-
XYZ18.3525.1924.66-
YUV127.27128.9795.71-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.71%
GREEN value IS 150 (58.98% from 255) = 41.55%
BLUE value IS 129 (50.78% from 255) = 35.73%
R=22.71%
G=41.55%
B=35.73%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal821501290.4500.140.41161.4729.3145.49
Hex5296812D0E29a11d2d
Octal12222620155016512413555
Binary10100101001011010000001101101011101010011010000111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529681; }

 p { color: rgb(82,150,129); }

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

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

 a { background-color: rgb(82,150,129); }

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

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

 span { border-color: rgb(82,150,129); }

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