Html Css Color HEX #5AA48B Patina

📋 copy color: '#5AA48B'

red 90 ◦ green 164 ◦ blue 139

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

Shades of Patina #5AA48B

Tints of Patina #5AA48B

RGB

 RED value IS 90 (35.55% from 255) = 22.9%

 GREEN value IS 164 (64.45% from 255) = 41.73%

 BLUE value IS 139 (54.69% from 255) = 35.37%

R = 22.9%
G = 41.73%
B = 35.37%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#5AA48B (or 0x5AA48B) is known color: Patina. HEX triplet: 5A, A4 and 8B. RGB value is (90,164,139). Sum of RGB (Red+Green+Blue) = 90+164+139=393 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.90% from 393); Green value is 164 (64.45% from 255 or 41.73% from 393); Blue value is 139 (54.69% from 255 or 35.37% from 393); Max value from RGB is 164 - color contains mainly: green. Hex color #5AA48B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5AA48B is #A55B74. Grayscale: #8B8B8B. Windows color (decimal): -10836853 or 9151578. OLE color: 9151578.

HSL color Cylindrical-coordinate representation of color #5AA48B: hue angle of 159.73º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5AA48B is Cyan = 0.45, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.36.

Color convert

RGB 90 164 139 -
CMYK 0.45 0 0.15 0.36
HSL 159.73º 0.29% 0.5% -
HSV(B) 159.73º 0.45% 0.64% -
XYZ 22.15 30.59 29.16 -
YUV 139.02 127.98 93.03 -
System Red Green Blue C M Y K H S L
Decimal 90 164 139 0.45 0 0.15 0.36 159.73 0.29 0.5
Hex 5A A4 8B 2D 0 F 24 A0 1D 32
Octal 132 244 213 55 0 17 44 240 35 62
Binary 1011010 10100100 10001011 101101 0 1111 100100 10100000 11101 110010

Color Harmonies of #5AA48B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AA48B

Black with #5AA48B

Text Example


Text Example

White with #5AA48B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5AA48B; }

 p { color: rgb(90,164,139); }

 H1.HeaderClassName
 {
   color: #5AA48B;
 }
 .AnyTagClassName
 {
   color: #5AA48B;
 }
</style>

background-color css

<style>
 a { background-color: #5AA48B; }

 a { background-color: rgb(90,164,139); }

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

border-color css

<style>
 span { border-color: #5AA48B; }

 span { border-color: rgb(90,164,139); }

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