#539B84

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

Shades of Patina #539B84

Tints of Patina #539B84

Color information

#539B84 (or 0x539B84) is unknown color: approx Patina. HEX triplet: 53, 9B and 84. RGB value is (83,155,132). Sum of RGB (Red+Green+Blue) = 83+155+132=370 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.43% from 370); Green value is 155 (60.94% from 255 or 41.89% from 370); Blue value is 132 (51.95% from 255 or 35.68% from 370); Max value from RGB is 155 - color contains mainly: green. Hex color #539B84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #539B84 is #AC647B. Grayscale: #828282. Windows color (decimal): -11297916 or 8690515. OLE color: 8690515.

HSL color Cylindrical-coordinate representation of color #539B84: hue angle of 160.83º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #539B84 is Cyan = 0.46, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.39.

Color convert

RGB83155132-
CMYK0.4600.150.39
HSL160.83º30.25%46.67%-
HSV(B)160.83º46.45%60.78%-
XYZ19.4526.9526.01-
YUV130.85128.6593.87-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.43%
GREEN value IS 155 (60.94% from 255) = 41.89%
BLUE value IS 132 (51.95% from 255) = 35.68%
R=22.43%
G=41.89%
B=35.68%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal831551320.4600.150.39160.8330.2546.67
Hex539B842E0F27a11e2f
Octal12323320456017472413657
Binary10100111001101110000100101110011111001111010000111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539B84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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