#528782

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

Shades of Lochinvar #528782

Tints of Lochinvar #528782

Color information

#528782 (or 0x528782) is unknown color: approx Lochinvar. HEX triplet: 52, 87 and 82. RGB value is (82,135,130). Sum of RGB (Red+Green+Blue) = 82+135+130=347 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.63% from 347); Green value is 135 (53.12% from 255 or 38.90% from 347); Blue value is 130 (51.17% from 255 or 37.46% from 347); Max value from RGB is 135 - color contains mainly: green. Hex color #528782 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528782 is #AD787D. Grayscale: #767676. Windows color (decimal): -11368574 or 8554322. OLE color: 8554322.

HSL color Cylindrical-coordinate representation of color #528782: hue angle of 174.34º 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 #528782 is Cyan = 0.39, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB82135130-
CMYK0.3900.040.47
HSL174.34º24.42%42.55%-
HSV(B)174.34º39.26%52.94%-
XYZ16.1720.7324.27-
YUV118.58134.44101.91-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.63%
GREEN value IS 135 (53.12% from 255) = 38.90%
BLUE value IS 130 (51.17% from 255) = 37.46%
R=23.63%
G=38.90%
B=37.46%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal821351300.3900.040.47174.3424.4242.55
Hex52878227042Fae182b
Octal1222072024704572563053
Binary1010010100001111000001010011101001011111010111011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528782; }

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

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

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

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

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

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

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

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