#529687

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

Shades of Lochinvar #529687

Tints of Lochinvar #529687

Color information

#529687 (or 0x529687) is unknown color: approx Lochinvar. HEX triplet: 52, 96 and 87. RGB value is (82,150,135). Sum of RGB (Red+Green+Blue) = 82+150+135=367 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.34% from 367); Green value is 150 (58.98% from 255 or 40.87% from 367); Blue value is 135 (53.12% from 255 or 36.78% from 367); Max value from RGB is 150 - color contains mainly: green. Hex color #529687 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529687 is #AD6978. Grayscale: #7F7F7F. Windows color (decimal): -11364729 or 8885842. OLE color: 8885842.

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

Color convert

RGB82150135-
CMYK0.4500.10.41
HSL166.76º29.31%45.49%-
HSV(B)166.76º45.33%58.82%-
XYZ18.7625.3626.83-
YUV127.96131.9795.22-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.34%
GREEN value IS 150 (58.98% from 255) = 40.87%
BLUE value IS 135 (53.12% from 255) = 36.78%
R=22.34%
G=40.87%
B=36.78%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.1
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal821501350.4500.10.41166.7629.3145.49
Hex5296872D0A29a71d2d
Octal12222620755012512473555
Binary10100101001011010000111101101010101010011010011111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529687; }

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

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

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

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

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

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

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

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