#529984

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

Shades of Lochinvar #529984

Tints of Lochinvar #529984

Color information

#529984 (or 0x529984) is unknown color: approx Lochinvar. HEX triplet: 52, 99 and 84. RGB value is (82,153,132). Sum of RGB (Red+Green+Blue) = 82+153+132=367 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.34% from 367); Green value is 153 (60.16% from 255 or 41.69% from 367); Blue value is 132 (51.95% from 255 or 35.97% from 367); Max value from RGB is 153 - color contains mainly: green. Hex color #529984 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529984 is #AD667B. Grayscale: #818181. Windows color (decimal): -11363964 or 8690002. OLE color: 8690002.

HSL color Cylindrical-coordinate representation of color #529984: hue angle of 162.25º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #529984 is Cyan = 0.46, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.4.

Color convert

RGB82153132-
CMYK0.4600.140.4
HSL162.25º30.21%46.08%-
HSV(B)162.25º46.41%60%-
XYZ19.0426.2425.89-
YUV129.38129.4894.21-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.34%
GREEN value IS 153 (60.16% from 255) = 41.69%
BLUE value IS 132 (51.95% from 255) = 35.97%
R=22.34%
G=41.69%
B=35.97%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal821531320.4600.140.4162.2530.2146.08
Hex5299842E0E28a21e2e
Octal12223120456016502423656
Binary10100101001100110000100101110011101010001010001011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529984; }

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

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

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

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

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

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

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

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