#529B8A

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

Shades of Lochinvar #529B8A

Tints of Lochinvar #529B8A

Color information

#529B8A (or 0x529B8A) is unknown color: approx Lochinvar. HEX triplet: 52, 9B and 8A. RGB value is (82,155,138). Sum of RGB (Red+Green+Blue) = 82+155+138=375 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.87% from 375); Green value is 155 (60.94% from 255 or 41.33% from 375); Blue value is 138 (54.30% from 255 or 36.8% from 375); Max value from RGB is 155 - color contains mainly: green. Hex color #529B8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529B8A is #AD6475. Grayscale: #838383. Windows color (decimal): -11363446 or 9083730. OLE color: 9083730.

HSL color Cylindrical-coordinate representation of color #529B8A: hue angle of 166.03º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #529B8A is Cyan = 0.47, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.39.

Color convert

RGB82155138-
CMYK0.4700.110.39
HSL166.03º30.8%46.47%-
HSV(B)166.03º47.1%60.78%-
XYZ19.7927.0728.23-
YUV131.24131.8292.88-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.87%
GREEN value IS 155 (60.94% from 255) = 41.33%
BLUE value IS 138 (54.30% from 255) = 36.8%
R=21.87%
G=41.33%
B=36.8%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal821551380.4700.110.39166.0330.846.47
Hex529B8A2F0B27a61f2e
Octal12223321257013472463756
Binary10100101001101110001010101111010111001111010011011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,155,138); }

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

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

 a { background-color: rgb(82,155,138); }

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

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

 span { border-color: rgb(82,155,138); }

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