#529E81

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

Shades of Patina #529E81

Tints of Patina #529E81

Color information

#529E81 (or 0x529E81) is unknown color: approx Patina. HEX triplet: 52, 9E and 81. RGB value is (82,158,129). Sum of RGB (Red+Green+Blue) = 82+158+129=369 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.22% from 369); Green value is 158 (62.11% from 255 or 42.82% from 369); Blue value is 129 (50.78% from 255 or 34.96% from 369); Max value from RGB is 158 - color contains mainly: green. Hex color #529E81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529E81 is #AD617E. Grayscale: #848484. Windows color (decimal): -11362687 or 8494674. OLE color: 8494674.

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

Color convert

RGB82158129-
CMYK0.4800.180.38
HSL157.11º31.67%47.06%-
HSV(B)157.11º48.1%61.96%-
XYZ19.6727.8325.1-
YUV131.97126.3292.36-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.22%
GREEN value IS 158 (62.11% from 255) = 42.82%
BLUE value IS 129 (50.78% from 255) = 34.96%
R=22.22%
G=42.82%
B=34.96%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal821581290.4800.180.38157.1131.6747.06
Hex529E8130012269d202f
Octal12223620160022462354057
Binary1010010100111101000000111000001001010011010011101100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529E81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,158,129); }

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

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

 a { background-color: rgb(82,158,129); }

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

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

 span { border-color: rgb(82,158,129); }

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