#539A81

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

Shades of Patina #539A81

Tints of Patina #539A81

Color information

#539A81 (or 0x539A81) is unknown color: approx Patina. HEX triplet: 53, 9A and 81. RGB value is (83,154,129). Sum of RGB (Red+Green+Blue) = 83+154+129=366 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.68% from 366); Green value is 154 (60.55% from 255 or 42.08% from 366); Blue value is 129 (50.78% from 255 or 35.25% from 366); Max value from RGB is 154 - color contains mainly: green. Hex color #539A81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #539A81 is #AC657E. Grayscale: #818181. Windows color (decimal): -11298175 or 8493651. OLE color: 8493651.

HSL color Cylindrical-coordinate representation of color #539A81: hue angle of 158.87º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #539A81 is Cyan = 0.46, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.40.

Color convert

RGB83154129-
CMYK0.4600.160.40
HSL158.87º29.96%46.47%-
HSV(B)158.87º46.1%60.39%-
XYZ19.0926.5424.88-
YUV129.92127.4894.53-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.68%
GREEN value IS 154 (60.55% from 255) = 42.08%
BLUE value IS 129 (50.78% from 255) = 35.25%
R=22.68%
G=42.08%
B=35.25%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal831541290.4600.160.40158.8729.9646.47
Hex539A812E010289f1e2e
Octal12323220156020502373656
Binary101001110011010100000011011100100001010001001111111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539A81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,154,129); }

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

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

 a { background-color: rgb(83,154,129); }

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

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

 span { border-color: rgb(83,154,129); }

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