#539E81

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

Shades of Patina #539E81

Tints of Patina #539E81

Color information

#539E81 (or 0x539E81) is unknown color: approx Patina. HEX triplet: 53, 9E and 81. RGB value is (83,158,129). Sum of RGB (Red+Green+Blue) = 83+158+129=370 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.43% from 370); Green value is 158 (62.11% from 255 or 42.70% from 370); Blue value is 129 (50.78% from 255 or 34.86% from 370); Max value from RGB is 158 - color contains mainly: green. Hex color #539E81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #539E81 is #AC617E. Grayscale: #848484. Windows color (decimal): -11297151 or 8494675. OLE color: 8494675.

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

Color convert

RGB83158129-
CMYK0.4700.180.38
HSL156.8º31.12%47.25%-
HSV(B)156.8º47.47%61.96%-
XYZ19.7627.8825.11-
YUV132.27126.1592.86-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.43%
GREEN value IS 158 (62.11% from 255) = 42.70%
BLUE value IS 129 (50.78% from 255) = 34.86%
R=22.43%
G=42.70%
B=34.86%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal831581290.4700.180.38156.831.1247.25
Hex539E812F012269d1f2f
Octal12323620157022462353757
Binary101001110011110100000011011110100101001101001110111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539E81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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