#53987C

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

Shades of Patina #53987C

Tints of Patina #53987C

Color information

#53987C (or 0x53987C) is unknown color: approx Patina. HEX triplet: 53, 98 and 7C. RGB value is (83,152,124). Sum of RGB (Red+Green+Blue) = 83+152+124=359 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.12% from 359); Green value is 152 (59.77% from 255 or 42.34% from 359); Blue value is 124 (48.83% from 255 or 34.54% from 359); Max value from RGB is 152 - color contains mainly: green. Hex color #53987C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53987C is #AC6783. Grayscale: #808080. Windows color (decimal): -11298692 or 8165459. OLE color: 8165459.

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

Color convert

RGB83152124-
CMYK0.4500.180.40
HSL155.65º29.36%46.08%-
HSV(B)155.65º45.39%59.61%-
XYZ18.4325.7523.07-
YUV128.18125.6495.78-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.12%
GREEN value IS 152 (59.77% from 255) = 42.34%
BLUE value IS 124 (48.83% from 255) = 34.54%
R=23.12%
G=42.34%
B=34.54%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal831521240.4500.180.40155.6529.3646.08
Hex53987C2D012289c1d2e
Octal12323017455022502343556
Binary10100111001100011111001011010100101010001001110011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53987C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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