#539F85

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

Shades of Patina #539F85

Tints of Patina #539F85

Color information

#539F85 (or 0x539F85) is unknown color: approx Patina. HEX triplet: 53, 9F and 85. RGB value is (83,159,133). Sum of RGB (Red+Green+Blue) = 83+159+133=375 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.13% from 375); Green value is 159 (62.5% from 255 or 42.4% from 375); Blue value is 133 (52.34% from 255 or 35.47% from 375); Max value from RGB is 159 - color contains mainly: green. Hex color #539F85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #539F85 is #AC607A. Grayscale: #858585. Windows color (decimal): -11296891 or 8757075. OLE color: 8757075.

HSL color Cylindrical-coordinate representation of color #539F85: hue angle of 159.47º degrees, saturation: 0.31, 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 #539F85 is Cyan = 0.48, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.38.

Color convert

RGB83159133-
CMYK0.4800.160.38
HSL159.47º31.4%47.45%-
HSV(B)159.47º47.8%62.35%-
XYZ20.228.3326.59-
YUV133.31127.8292.11-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.13%
GREEN value IS 159 (62.5% from 255) = 42.4%
BLUE value IS 133 (52.34% from 255) = 35.47%
R=22.13%
G=42.4%
B=35.47%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal831591330.4800.160.38159.4731.447.45
Hex539F8530010269f1f2f
Octal12323720560020462373757
Binary101001110011111100001011100000100001001101001111111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,159,133); }

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

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

 a { background-color: rgb(83,159,133); }

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

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

 span { border-color: rgb(83,159,133); }

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