#528781

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

Shades of Lochinvar #528781

Tints of Lochinvar #528781

Color information

#528781 (or 0x528781) is unknown color: approx Lochinvar. HEX triplet: 52, 87 and 81. RGB value is (82,135,129). Sum of RGB (Red+Green+Blue) = 82+135+129=346 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.70% from 346); Green value is 135 (53.12% from 255 or 39.02% from 346); Blue value is 129 (50.78% from 255 or 37.28% from 346); Max value from RGB is 135 - color contains mainly: green. Hex color #528781 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528781 is #AD787E. Grayscale: #767676. Windows color (decimal): -11368575 or 8488786. OLE color: 8488786.

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

Color convert

RGB82135129-
CMYK0.3900.040.47
HSL173.21º24.42%42.55%-
HSV(B)173.21º39.26%52.94%-
XYZ16.1120.7123.92-
YUV118.47133.94101.99-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.70%
GREEN value IS 135 (53.12% from 255) = 39.02%
BLUE value IS 129 (50.78% from 255) = 37.28%
R=23.70%
G=39.02%
B=37.28%

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
Decimal821351290.3900.040.47173.2124.4242.55
Hex52878127042Fad182b
Octal1222072014704572553053
Binary1010010100001111000000110011101001011111010110111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528781; }

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

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

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

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

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

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

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

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