#528780

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

Shades of Lochinvar #528780

Tints of Lochinvar #528780

Color information

#528780 (or 0x528780) is unknown color: approx Lochinvar. HEX triplet: 52, 87 and 80. RGB value is (82,135,128). Sum of RGB (Red+Green+Blue) = 82+135+128=345 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.77% from 345); Green value is 135 (53.12% from 255 or 39.13% from 345); Blue value is 128 (50.39% from 255 or 37.10% from 345); Max value from RGB is 135 - color contains mainly: green. Hex color #528780 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528780 is #AD787F. Grayscale: #767676. Windows color (decimal): -11368576 or 8423250. OLE color: 8423250.

HSL color Cylindrical-coordinate representation of color #528780: hue angle of 172.08º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #528780 is Cyan = 0.39, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.47.

Color convert

RGB82135128-
CMYK0.3900.050.47
HSL172.08º24.42%42.55%-
HSV(B)172.08º39.26%52.94%-
XYZ16.0420.6823.57-
YUV118.35133.44102.07-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.77%
GREEN value IS 135 (53.12% from 255) = 39.13%
BLUE value IS 128 (50.39% from 255) = 37.10%
R=23.77%
G=39.13%
B=37.10%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal821351280.3900.050.47172.0824.4242.55
Hex52878027052Fac182b
Octal1222072004705572543053
Binary1010010100001111000000010011101011011111010110011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528780; }

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

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

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

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

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

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

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

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