Html Css Color HEX #55A289 Patina

📋 copy color: '#55A289'

red 85 ◦ green 162 ◦ blue 137

#55A289
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Patina #55A289

Tints of Patina #55A289

RGB

 RED value IS 85 (33.59% from 255) = 22.14%

 GREEN value IS 162 (63.67% from 255) = 42.19%

 BLUE value IS 137 (53.91% from 255) = 35.68%

R = 22.14%
G = 42.19%
B = 35.68%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#55A289 (or 0x55A289) is known color: Patina. HEX triplet: 55, A2 and 89. RGB value is (85,162,137). Sum of RGB (Red+Green+Blue) = 85+162+137=384 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.14% from 384); Green value is 162 (63.67% from 255 or 42.19% from 384); Blue value is 137 (53.91% from 255 or 35.68% from 384); Max value from RGB is 162 - color contains mainly: green. Hex color #55A289 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55A289 is #AA5D76. Grayscale: #888888. Windows color (decimal): -11165047 or 9019989. OLE color: 9019989.

HSL color Cylindrical-coordinate representation of color #55A289: hue angle of 160.52º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #55A289 is Cyan = 0.48, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.36.

Color convert

RGB 85 162 137 -
CMYK 0.48 0 0.15 0.36
HSL 160.52º 0.31% 0.48% -
HSV(B) 160.52º 0.48% 0.64% -
XYZ 21.18 29.58 28.26 -
YUV 136.13 128.49 91.53 -
System Red Green Blue C M Y K H S L
Decimal 85 162 137 0.48 0 0.15 0.36 160.52 0.31 0.48
Hex 55 A2 89 30 0 F 24 A1 1F 30
Octal 125 242 211 60 0 17 44 241 37 60
Binary 1010101 10100010 10001001 110000 0 1111 100100 10100001 11111 110000

Color Harmonies of #55A289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55A289

Black with #55A289

Text Example


Text Example

White with #55A289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55A289; }

 p { color: rgb(85,162,137); }

 H1.HeaderClassName
 {
   color: #55A289;
 }
 .AnyTagClassName
 {
   color: #55A289;
 }
</style>

background-color css

<style>
 a { background-color: #55A289; }

 a { background-color: rgb(85,162,137); }

 div.DivClassName
 {
   background-color: #55A289;
 }
 .BgClassName
 {
   background-color: #55A289;
 }
</style>

border-color css

<style>
 span { border-color: #55A289; }

 span { border-color: rgb(85,162,137); }

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