Html Css Color HEX #5A8981 Patina

📋 copy color: '#5A8981'

red 90 ◦ green 137 ◦ blue 129

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

Shades of Patina #5A8981

Tints of Patina #5A8981

RGB

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

 GREEN value IS 137 (53.91% from 255) = 38.48%

 BLUE value IS 129 (50.78% from 255) = 36.24%

R = 25.28%
G = 38.48%
B = 36.24%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.06

 K value IS 0.46

RGB Variations

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

Color information

#5A8981 (or 0x5A8981) is known color: Patina. HEX triplet: 5A, 89 and 81. RGB value is (90,137,129). Sum of RGB (Red+Green+Blue) = 90+137+129=356 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.28% from 356); Green value is 137 (53.91% from 255 or 38.48% from 356); Blue value is 129 (50.78% from 255 or 36.24% from 356); Max value from RGB is 137 - color contains mainly: green. Hex color #5A8981 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5A8981 is #A5767E. Grayscale: #7A7A7A. Windows color (decimal): -10843775 or 8489306. OLE color: 8489306.

HSL color Cylindrical-coordinate representation of color #5A8981: hue angle of 169.79º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5A8981 is Cyan = 0.34, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.46.

Color convert

RGB 90 137 129 -
CMYK 0.34 0 0.06 0.46
HSL 169.79º 0.21% 0.45% -
HSV(B) 169.79º 0.34% 0.54% -
XYZ 17.12 21.65 24.05 -
YUV 122.04 131.93 105.15 -
System Red Green Blue C M Y K H S L
Decimal 90 137 129 0.34 0 0.06 0.46 169.79 0.21 0.45
Hex 5A 89 81 22 0 6 2E AA 15 2D
Octal 132 211 201 42 0 6 56 252 25 55
Binary 1011010 10001001 10000001 100010 0 110 101110 10101010 10101 101101

Color Harmonies of #5A8981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A8981

Black with #5A8981

Text Example


Text Example

White with #5A8981

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,137,129); }

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

background-color css

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

 a { background-color: rgb(90,137,129); }

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

border-color css

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

 span { border-color: rgb(90,137,129); }

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