#529388

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

Shades of Lochinvar #529388

Tints of Lochinvar #529388

Color information

#529388 (or 0x529388) is unknown color: approx Lochinvar. HEX triplet: 52, 93 and 88. RGB value is (82,147,136). Sum of RGB (Red+Green+Blue) = 82+147+136=365 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.47% from 365); Green value is 147 (57.81% from 255 or 40.27% from 365); Blue value is 136 (53.52% from 255 or 37.26% from 365); Max value from RGB is 147 - color contains mainly: green. Hex color #529388 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529388 is #AD6C77. Grayscale: #7E7E7E. Windows color (decimal): -11365496 or 8950610. OLE color: 8950610.

HSL color Cylindrical-coordinate representation of color #529388: hue angle of 169.85º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #529388 is Cyan = 0.44, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB82147136-
CMYK0.4400.070.42
HSL169.85º28.38%44.9%-
HSV(B)169.85º44.22%57.65%-
XYZ18.3624.4427.04-
YUV126.31133.4796.39-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.47%
GREEN value IS 147 (57.81% from 255) = 40.27%
BLUE value IS 136 (53.52% from 255) = 37.26%
R=22.47%
G=40.27%
B=37.26%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal821471360.4400.070.42169.8528.3844.9
Hex5293882C072Aaa1c2d
Octal1222232105407522523455
Binary1010010100100111000100010110001111010101010101011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529388; }

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

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

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

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

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

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

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

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