Html Css Color HEX #5A9989 Patina

📋 copy color: '#5A9989'

red 90 ◦ green 153 ◦ blue 137

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

Shades of Patina #5A9989

Tints of Patina #5A9989

RGB

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

 GREEN value IS 153 (60.16% from 255) = 40.26%

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

R = 23.68%
G = 40.26%
B = 36.05%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.10

 K value IS 0.4

RGB Variations

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

Color information

#5A9989 (or 0x5A9989) is known color: Patina. HEX triplet: 5A, 99 and 89. RGB value is (90,153,137). Sum of RGB (Red+Green+Blue) = 90+153+137=380 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.68% from 380); Green value is 153 (60.16% from 255 or 40.26% from 380); Blue value is 137 (53.91% from 255 or 36.05% from 380); Max value from RGB is 153 - color contains mainly: green. Hex color #5A9989 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5A9989 is #A56676. Grayscale: #848484. Windows color (decimal): -10839671 or 9017690. OLE color: 9017690.

HSL color Cylindrical-coordinate representation of color #5A9989: hue angle of 164.76º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5A9989 is Cyan = 0.41, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.4.

Color convert

RGB 90 153 137 -
CMYK 0.41 0 0.10 0.4
HSL 164.76º 0.26% 0.48% -
HSV(B) 164.76º 0.41% 0.6% -
XYZ 20.12 26.76 27.77 -
YUV 132.34 130.63 97.8 -
System Red Green Blue C M Y K H S L
Decimal 90 153 137 0.41 0 0.10 0.4 164.76 0.26 0.48
Hex 5A 99 89 29 0 A 28 A5 1A 30
Octal 132 231 211 51 0 12 50 245 32 60
Binary 1011010 10011001 10001001 101001 0 1010 101000 10100101 11010 110000

Color Harmonies of #5A9989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A9989

Black with #5A9989

Text Example


Text Example

White with #5A9989

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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