#529084

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

Shades of Lochinvar #529084

Tints of Lochinvar #529084

Color information

#529084 (or 0x529084) is unknown color: approx Lochinvar. HEX triplet: 52, 90 and 84. RGB value is (82,144,132). Sum of RGB (Red+Green+Blue) = 82+144+132=358 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.91% from 358); Green value is 144 (56.64% from 255 or 40.22% from 358); Blue value is 132 (51.95% from 255 or 36.87% from 358); Max value from RGB is 144 - color contains mainly: green. Hex color #529084 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529084 is #AD6F7B. Grayscale: #7C7C7C. Windows color (decimal): -11366268 or 8687698. OLE color: 8687698.

HSL color Cylindrical-coordinate representation of color #529084: hue angle of 168.39º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #529084 is Cyan = 0.43, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.44.

Color convert

RGB82144132-
CMYK0.4300.080.44
HSL168.39º27.43%44.31%-
HSV(B)168.39º43.06%56.47%-
XYZ17.6223.4125.42-
YUV124.09132.4697.98-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.91%
GREEN value IS 144 (56.64% from 255) = 40.22%
BLUE value IS 132 (51.95% from 255) = 36.87%
R=22.91%
G=40.22%
B=36.87%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal821441320.4300.080.44168.3927.4344.31
Hex5290842B082Ca81b2c
Octal12222020453010542503354
Binary10100101001000010000100101011010001011001010100011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529084; }

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

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

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

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

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

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

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

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