#529f8b

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

Shades of Lochinvar #529F8B

Tints of Lochinvar #529F8B

Color information

#529F8B (or 0x529F8B) is unknown color: approx Lochinvar. HEX triplet: 52, 9F and 8B. RGB value is (82,159,139). Sum of RGB (Red+Green+Blue) = 82+159+139=380 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.58% from 380); Green value is 159 (62.5% from 255 or 41.84% from 380); Blue value is 139 (54.69% from 255 or 36.58% from 380); Max value from RGB is 159 - color contains mainly: green. Hex color #529F8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529F8B is #AD6074. Grayscale: #858585. Windows color (decimal): -11362421 or 9150290. OLE color: 9150290.

HSL color Cylindrical-coordinate representation of color #529F8B: hue angle of 164.42º 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 #529F8B is Cyan = 0.48, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.38.

Color convert

RGB82159139-
CMYK0.4800.130.38
HSL164.42º31.95%47.25%-
HSV(B)164.42º48.43%62.35%-
XYZ20.5428.4528.84-
YUV133.7130.9991.13-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.58%
GREEN value IS 159 (62.5% from 255) = 41.84%
BLUE value IS 139 (54.69% from 255) = 36.58%
R=21.58%
G=41.84%
B=36.58%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal821591390.4800.130.38164.4231.9547.25
Hex529F8B300D26a4202f
Octal12223721360015462444057
Binary101001010011111100010111100000110110011010100100100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529f8b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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