#53987E

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

Shades of Patina #53987E

Tints of Patina #53987E

Color information

#53987E (or 0x53987E) is unknown color: approx Patina. HEX triplet: 53, 98 and 7E. RGB value is (83,152,126). Sum of RGB (Red+Green+Blue) = 83+152+126=361 (47% of max value = 765). Red value is 83 (32.81% from 255 or 22.99% from 361); Green value is 152 (59.77% from 255 or 42.11% from 361); Blue value is 126 (49.61% from 255 or 34.90% from 361); Max value from RGB is 152 - color contains mainly: green. Hex color #53987E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53987E is #AC6781. Grayscale: #808080. Windows color (decimal): -11298690 or 8296531. OLE color: 8296531.

HSL color Cylindrical-coordinate representation of color #53987E: hue angle of 157.39º 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 #53987E is Cyan = 0.45, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.40.

Color convert

RGB83152126-
CMYK0.4500.170.40
HSL157.39º29.36%46.08%-
HSV(B)157.39º45.39%59.61%-
XYZ18.5625.823.74-
YUV128.4126.6495.61-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.99%
GREEN value IS 152 (59.77% from 255) = 42.11%
BLUE value IS 126 (49.61% from 255) = 34.90%
R=22.99%
G=42.11%
B=34.90%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal831521260.4500.170.40157.3929.3646.08
Hex53987E2D011289d1d2e
Octal12323017655021502353556
Binary10100111001100011111101011010100011010001001110111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53987E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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