#53A689

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

Shades of Patina #53A689

Tints of Patina #53A689

Color information

#53A689 (or 0x53A689) is unknown color: approx Patina. HEX triplet: 53, A6 and 89. RGB value is (83,166,137). Sum of RGB (Red+Green+Blue) = 83+166+137=386 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.50% from 386); Green value is 166 (65.23% from 255 or 43.01% from 386); Blue value is 137 (53.91% from 255 or 35.49% from 386); Max value from RGB is 166 - color contains mainly: green. Hex color #53A689 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53A689 is #AC5976. Grayscale: #898989. Windows color (decimal): -11295095 or 9021011. OLE color: 9021011.

HSL color Cylindrical-coordinate representation of color #53A689: hue angle of 159.04º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #53A689 is Cyan = 0.50, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.35.

Color convert

RGB83166137-
CMYK0.5000.170.35
HSL159.04º33.33%48.82%-
HSV(B)159.04º50%65.1%-
XYZ21.7230.9228.49-
YUV137.88127.588.86-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 21.50%
GREEN value IS 166 (65.23% from 255) = 43.01%
BLUE value IS 137 (53.91% from 255) = 35.49%
R=21.50%
G=43.01%
B=35.49%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal831661370.5000.170.35159.0433.3348.82
Hex53A68932011239f2131
Octal12324621162021432374161
Binary1010011101001101000100111001001000110001110011111100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53A689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53A689; }

 p { color: rgb(83,166,137); }

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

<style>
 a { background-color: #53A689; }

 a { background-color: rgb(83,166,137); }

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

<style>
 span { border-color: #53A689; }

 span { border-color: rgb(83,166,137); }

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