#539E87

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

Shades of Patina #539E87

Tints of Patina #539E87

Color information

#539E87 (or 0x539E87) is unknown color: approx Patina. HEX triplet: 53, 9E and 87. RGB value is (83,158,135). Sum of RGB (Red+Green+Blue) = 83+158+135=376 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.07% from 376); Green value is 158 (62.11% from 255 or 42.02% from 376); Blue value is 135 (53.12% from 255 or 35.90% from 376); Max value from RGB is 158 - color contains mainly: green. Hex color #539E87 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #539E87 is #AC6178. Grayscale: #848484. Windows color (decimal): -11297145 or 8887891. OLE color: 8887891.

HSL color Cylindrical-coordinate representation of color #539E87: hue angle of 161.6º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #539E87 is Cyan = 0.47, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.38.

Color convert

RGB83158135-
CMYK0.4700.150.38
HSL161.6º31.12%47.25%-
HSV(B)161.6º47.47%61.96%-
XYZ20.1728.0427.27-
YUV132.95129.1592.37-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.07%
GREEN value IS 158 (62.11% from 255) = 42.02%
BLUE value IS 135 (53.12% from 255) = 35.90%
R=22.07%
G=42.02%
B=35.90%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal831581350.4700.150.38161.631.1247.25
Hex539E872F0F26a21f2f
Octal12323620757017462423757
Binary10100111001111010000111101111011111001101010001011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #539E87; }

 p { color: rgb(83,158,135); }

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

<style>
 a { background-color: #539E87; }

 a { background-color: rgb(83,158,135); }

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

<style>
 span { border-color: #539E87; }

 span { border-color: rgb(83,158,135); }

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