#539E83

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

Shades of Patina #539E83

Tints of Patina #539E83

Color information

#539E83 (or 0x539E83) is unknown color: approx Patina. HEX triplet: 53, 9E and 83. RGB value is (83,158,131). Sum of RGB (Red+Green+Blue) = 83+158+131=372 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.31% from 372); Green value is 158 (62.11% from 255 or 42.47% from 372); Blue value is 131 (51.56% from 255 or 35.22% from 372); Max value from RGB is 158 - color contains mainly: green. Hex color #539E83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #539E83 is #AC617C. Grayscale: #848484. Windows color (decimal): -11297149 or 8625747. OLE color: 8625747.

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

Color convert

RGB83158131-
CMYK0.4700.170.38
HSL158.4º31.12%47.25%-
HSV(B)158.4º47.47%61.96%-
XYZ19.8927.9325.82-
YUV132.5127.1592.7-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.31%
GREEN value IS 158 (62.11% from 255) = 42.47%
BLUE value IS 131 (51.56% from 255) = 35.22%
R=22.31%
G=42.47%
B=35.22%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal831581310.4700.170.38158.431.1247.25
Hex539E832F011269e1f2f
Octal12323620357021462363757
Binary101001110011110100000111011110100011001101001111011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539E83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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