#529890

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

Shades of Lochinvar #529890

Tints of Lochinvar #529890

Color information

#529890 (or 0x529890) is unknown color: approx Lochinvar. HEX triplet: 52, 98 and 90. RGB value is (82,152,144). Sum of RGB (Red+Green+Blue) = 82+152+144=378 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.69% from 378); Green value is 152 (59.77% from 255 or 40.21% from 378); Blue value is 144 (56.64% from 255 or 38.10% from 378); Max value from RGB is 152 - color contains mainly: green. Hex color #529890 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529890 is #AD676F. Grayscale: #828282. Windows color (decimal): -11364208 or 9476178. OLE color: 9476178.

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

Color convert

RGB82152144-
CMYK0.4600.050.40
HSL173.14º29.91%45.88%-
HSV(B)173.14º46.05%59.61%-
XYZ19.7426.2630.41-
YUV130.16135.8193.65-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.69%
GREEN value IS 152 (59.77% from 255) = 40.21%
BLUE value IS 144 (56.64% from 255) = 38.10%
R=21.69%
G=40.21%
B=38.10%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal821521440.4600.050.40173.1429.9145.88
Hex5298902E0528ad1e2e
Octal1222302205605502553656
Binary1010010100110001001000010111001011010001010110111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529890; }

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

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

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

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

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

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

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

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