#528882

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

Shades of Lochinvar #528882

Tints of Lochinvar #528882

Color information

#528882 (or 0x528882) is unknown color: approx Lochinvar. HEX triplet: 52, 88 and 82. RGB value is (82,136,130). Sum of RGB (Red+Green+Blue) = 82+136+130=348 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.56% from 348); Green value is 136 (53.52% from 255 or 39.08% from 348); Blue value is 130 (51.17% from 255 or 37.36% from 348); Max value from RGB is 136 - color contains mainly: green. Hex color #528882 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528882 is #AD777D. Grayscale: #777777. Windows color (decimal): -11368318 or 8554578. OLE color: 8554578.

HSL color Cylindrical-coordinate representation of color #528882: hue angle of 173.33º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #528882 is Cyan = 0.40, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB82136130-
CMYK0.4000.040.47
HSL173.33º24.77%42.75%-
HSV(B)173.33º39.71%53.33%-
XYZ16.3121.0124.32-
YUV119.17134.11101.49-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.56%
GREEN value IS 136 (53.52% from 255) = 39.08%
BLUE value IS 130 (51.17% from 255) = 37.36%
R=23.56%
G=39.08%
B=37.36%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal821361300.4000.040.47173.3324.7742.75
Hex52888228042Fad192b
Octal1222102025004572553153
Binary1010010100010001000001010100001001011111010110111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528882; }

 p { color: rgb(82,136,130); }

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

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

 a { background-color: rgb(82,136,130); }

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

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

 span { border-color: rgb(82,136,130); }

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