#529F92

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

Shades of Lochinvar #529F92

Tints of Lochinvar #529F92

Color information

#529F92 (or 0x529F92) is unknown color: approx Lochinvar. HEX triplet: 52, 9F and 92. RGB value is (82,159,146). Sum of RGB (Red+Green+Blue) = 82+159+146=387 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.19% from 387); Green value is 159 (62.5% from 255 or 41.09% from 387); Blue value is 146 (57.42% from 255 or 37.73% from 387); Max value from RGB is 159 - color contains mainly: green. Hex color #529F92 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529F92 is #AD606D. Grayscale: #868686. Windows color (decimal): -11362414 or 9609042. OLE color: 9609042.

HSL color Cylindrical-coordinate representation of color #529F92: hue angle of 169.87º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #529F92 is Cyan = 0.48, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.38.

Color convert

RGB82159146-
CMYK0.4800.080.38
HSL169.87º31.95%47.25%-
HSV(B)169.87º48.43%62.35%-
XYZ21.0728.6731.62-
YUV134.5134.4990.56-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.19%
GREEN value IS 159 (62.5% from 255) = 41.09%
BLUE value IS 146 (57.42% from 255) = 37.73%
R=21.19%
G=41.09%
B=37.73%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal821591460.4800.080.38169.8731.9547.25
Hex529F92300826aa202f
Octal12223722260010462524057
Binary101001010011111100100101100000100010011010101010100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529F92; }

 p { color: rgb(82,159,146); }

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

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

 a { background-color: rgb(82,159,146); }

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

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

 span { border-color: rgb(82,159,146); }

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