#53917A

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

Shades of Patina #53917A

Tints of Patina #53917A

Color information

#53917A (or 0x53917A) is unknown color: approx Patina. HEX triplet: 53, 91 and 7A. RGB value is (83,145,122). Sum of RGB (Red+Green+Blue) = 83+145+122=350 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.71% from 350); Green value is 145 (57.03% from 255 or 41.43% from 350); Blue value is 122 (48.05% from 255 or 34.86% from 350); Max value from RGB is 145 - color contains mainly: green. Hex color #53917A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53917A is #AC6E85. Grayscale: #7B7B7B. Windows color (decimal): -11300486 or 8032595. OLE color: 8032595.

HSL color Cylindrical-coordinate representation of color #53917A: hue angle of 157.74º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #53917A is Cyan = 0.43, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.43.

Color convert

RGB83145122-
CMYK0.4300.160.43
HSL157.74º27.19%44.71%-
HSV(B)157.74º42.76%56.86%-
XYZ17.2123.4922.04-
YUV123.84126.9698.87-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.71%
GREEN value IS 145 (57.03% from 255) = 41.43%
BLUE value IS 122 (48.05% from 255) = 34.86%
R=23.71%
G=41.43%
B=34.86%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal831451220.4300.160.43157.7427.1944.71
Hex53917A2B0102B9e1b2d
Octal12322117253020532363355
Binary10100111001000111110101010110100001010111001111011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53917A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53917A; }

 p { color: rgb(83,145,122); }

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

<style>
 a { background-color: #53917A; }

 a { background-color: rgb(83,145,122); }

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

<style>
 span { border-color: #53917A; }

 span { border-color: rgb(83,145,122); }

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