#529684

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

Shades of Lochinvar #529684

Tints of Lochinvar #529684

Color information

#529684 (or 0x529684) is unknown color: approx Lochinvar. HEX triplet: 52, 96 and 84. RGB value is (82,150,132). Sum of RGB (Red+Green+Blue) = 82+150+132=364 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.53% from 364); Green value is 150 (58.98% from 255 or 41.21% from 364); Blue value is 132 (51.95% from 255 or 36.26% from 364); Max value from RGB is 150 - color contains mainly: green. Hex color #529684 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529684 is #AD697B. Grayscale: #7F7F7F. Windows color (decimal): -11364732 or 8689234. OLE color: 8689234.

HSL color Cylindrical-coordinate representation of color #529684: hue angle of 164.12º 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 #529684 is Cyan = 0.45, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.41.

Color convert

RGB82150132-
CMYK0.4500.120.41
HSL164.12º29.31%45.49%-
HSV(B)164.12º45.33%58.82%-
XYZ18.5525.2725.73-
YUV127.62130.4795.46-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.53%
GREEN value IS 150 (58.98% from 255) = 41.21%
BLUE value IS 132 (51.95% from 255) = 36.26%
R=22.53%
G=41.21%
B=36.26%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal821501320.4500.120.41164.1229.3145.49
Hex5296842D0C29a41d2d
Octal12222620455014512443555
Binary10100101001011010000100101101011001010011010010011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529684; }

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

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

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

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

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

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

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

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