#529486

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

Shades of Lochinvar #529486

Tints of Lochinvar #529486

Color information

#529486 (or 0x529486) is unknown color: approx Lochinvar. HEX triplet: 52, 94 and 86. RGB value is (82,148,134). Sum of RGB (Red+Green+Blue) = 82+148+134=364 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.53% from 364); Green value is 148 (58.20% from 255 or 40.66% from 364); Blue value is 134 (52.73% from 255 or 36.81% from 364); Max value from RGB is 148 - color contains mainly: green. Hex color #529486 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529486 is #AD6B79. Grayscale: #7E7E7E. Windows color (decimal): -11365242 or 8819794. OLE color: 8819794.

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

Color convert

RGB82148134-
CMYK0.4500.090.42
HSL167.27º28.7%45.1%-
HSV(B)167.27º44.59%58.04%-
XYZ18.3724.6926.35-
YUV126.67132.1396.14-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.53%
GREEN value IS 148 (58.20% from 255) = 40.66%
BLUE value IS 134 (52.73% from 255) = 36.81%
R=22.53%
G=40.66%
B=36.81%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal821481340.4500.090.42167.2728.745.1
Hex5294862D092Aa71d2d
Octal12222420655011522473555
Binary10100101001010010000110101101010011010101010011111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529486; }

 p { color: rgb(82,148,134); }

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

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

 a { background-color: rgb(82,148,134); }

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

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

 span { border-color: rgb(82,148,134); }

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