#529887

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

Shades of Lochinvar #529887

Tints of Lochinvar #529887

Color information

#529887 (or 0x529887) is unknown color: approx Lochinvar. HEX triplet: 52, 98 and 87. RGB value is (82,152,135). Sum of RGB (Red+Green+Blue) = 82+152+135=369 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.22% from 369); Green value is 152 (59.77% from 255 or 41.19% from 369); Blue value is 135 (53.12% from 255 or 36.59% from 369); Max value from RGB is 152 - color contains mainly: green. Hex color #529887 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529887 is #AD6778. Grayscale: #818181. Windows color (decimal): -11364217 or 8886354. OLE color: 8886354.

HSL color Cylindrical-coordinate representation of color #529887: hue angle of 165.43º 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 #529887 is Cyan = 0.46, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.40.

Color convert

RGB82152135-
CMYK0.4600.110.40
HSL165.43º29.91%45.88%-
HSV(B)165.43º46.05%59.61%-
XYZ19.082626.93-
YUV129.13131.3194.38-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.22%
GREEN value IS 152 (59.77% from 255) = 41.19%
BLUE value IS 135 (53.12% from 255) = 36.59%
R=22.22%
G=41.19%
B=36.59%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal821521350.4600.110.40165.4329.9145.88
Hex5298872E0B28a51e2e
Octal12223020756013502453656
Binary10100101001100010000111101110010111010001010010111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529887; }

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

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

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

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

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

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

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

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