#53987F

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

Shades of Patina #53987F

Tints of Patina #53987F

Color information

#53987F (or 0x53987F) is unknown color: approx Patina. HEX triplet: 53, 98 and 7F. RGB value is (83,152,127). Sum of RGB (Red+Green+Blue) = 83+152+127=362 (47% of max value = 765). Red value is 83 (32.81% from 255 or 22.93% from 362); Green value is 152 (59.77% from 255 or 41.99% from 362); Blue value is 127 (50% from 255 or 35.08% from 362); Max value from RGB is 152 - color contains mainly: green. Hex color #53987F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53987F is #AC6780. Grayscale: #808080. Windows color (decimal): -11298689 or 8362067. OLE color: 8362067.

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

Color convert

RGB83152127-
CMYK0.4500.160.40
HSL158.26º29.36%46.08%-
HSV(B)158.26º45.39%59.61%-
XYZ18.6325.8324.08-
YUV128.52127.1495.53-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.93%
GREEN value IS 152 (59.77% from 255) = 41.99%
BLUE value IS 127 (50% from 255) = 35.08%
R=22.93%
G=41.99%
B=35.08%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal831521270.4500.160.40158.2629.3646.08
Hex53987F2D010289e1d2e
Octal12323017755020502363556
Binary10100111001100011111111011010100001010001001111011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53987F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53987F; }

 p { color: rgb(83,152,127); }

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

<style>
 a { background-color: #53987F; }

 a { background-color: rgb(83,152,127); }

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

<style>
 span { border-color: #53987F; }

 span { border-color: rgb(83,152,127); }

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