#539D84

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

Shades of Patina #539D84

Tints of Patina #539D84

Color information

#539D84 (or 0x539D84) is unknown color: approx Patina. HEX triplet: 53, 9D and 84. RGB value is (83,157,132). Sum of RGB (Red+Green+Blue) = 83+157+132=372 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.31% from 372); Green value is 157 (61.72% from 255 or 42.20% from 372); Blue value is 132 (51.95% from 255 or 35.48% from 372); Max value from RGB is 157 - color contains mainly: green. Hex color #539D84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #539D84 is #AC627B. Grayscale: #848484. Windows color (decimal): -11297404 or 8691027. OLE color: 8691027.

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

Color convert

RGB83157132-
CMYK0.4700.160.38
HSL159.73º30.83%47.06%-
HSV(B)159.73º47.13%61.57%-
XYZ19.7927.6226.12-
YUV132.02127.9893.03-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.31%
GREEN value IS 157 (61.72% from 255) = 42.20%
BLUE value IS 132 (51.95% from 255) = 35.48%
R=22.31%
G=42.20%
B=35.48%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal831571320.4700.160.38159.7330.8347.06
Hex539D842F01026a01f2f
Octal12323520457020462403757
Binary101001110011101100001001011110100001001101010000011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,157,132); }

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

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

 a { background-color: rgb(83,157,132); }

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

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

 span { border-color: rgb(83,157,132); }

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