#529B8E

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

Shades of Lochinvar #529B8E

Tints of Lochinvar #529B8E

Color information

#529B8E (or 0x529B8E) is unknown color: approx Lochinvar. HEX triplet: 52, 9B and 8E. RGB value is (82,155,142). Sum of RGB (Red+Green+Blue) = 82+155+142=379 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.64% from 379); Green value is 155 (60.94% from 255 or 40.90% from 379); Blue value is 142 (55.86% from 255 or 37.47% from 379); Max value from RGB is 155 - color contains mainly: green. Hex color #529B8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529B8E is #AD6471. Grayscale: #838383. Windows color (decimal): -11363442 or 9345874. OLE color: 9345874.

HSL color Cylindrical-coordinate representation of color #529B8E: hue angle of 169.32º 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 #529B8E is Cyan = 0.47, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.39.

Color convert

RGB82155142-
CMYK0.4700.080.39
HSL169.32º30.8%46.47%-
HSV(B)169.32º47.1%60.78%-
XYZ20.0827.1929.78-
YUV131.69133.8292.56-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.64%
GREEN value IS 155 (60.94% from 255) = 40.90%
BLUE value IS 142 (55.86% from 255) = 37.47%
R=21.64%
G=40.90%
B=37.47%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal821551420.4700.080.39169.3230.846.47
Hex529B8E2F0827a91f2e
Octal12223321657010472513756
Binary10100101001101110001110101111010001001111010100111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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