#529787

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

Shades of Lochinvar #529787

Tints of Lochinvar #529787

Color information

#529787 (or 0x529787) is unknown color: approx Lochinvar. HEX triplet: 52, 97 and 87. RGB value is (82,151,135). Sum of RGB (Red+Green+Blue) = 82+151+135=368 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.28% from 368); Green value is 151 (59.38% from 255 or 41.03% from 368); Blue value is 135 (53.12% from 255 or 36.68% from 368); Max value from RGB is 151 - color contains mainly: green. Hex color #529787 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529787 is #AD6878. Grayscale: #808080. Windows color (decimal): -11364473 or 8886098. OLE color: 8886098.

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

Color convert

RGB82151135-
CMYK0.4600.110.41
HSL166.09º29.61%45.69%-
HSV(B)166.09º45.7%59.22%-
XYZ18.9225.6826.88-
YUV128.55131.6494.8-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.28%
GREEN value IS 151 (59.38% from 255) = 41.03%
BLUE value IS 135 (53.12% from 255) = 36.68%
R=22.28%
G=41.03%
B=36.68%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal821511350.4600.110.41166.0929.6145.69
Hex5297872E0B29a61e2e
Octal12222720756013512463656
Binary10100101001011110000111101110010111010011010011011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529787

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529787; }

 p { color: rgb(82,151,135); }

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

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

 a { background-color: rgb(82,151,135); }

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

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

 span { border-color: rgb(82,151,135); }

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