Html Css Color HEX #5A9A7C Patina

📋 copy color: '#5A9A7C'

red 90 ◦ green 154 ◦ blue 124

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

Shades of Patina #5A9A7C

Tints of Patina #5A9A7C

RGB

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

 GREEN value IS 154 (60.55% from 255) = 41.85%

 BLUE value IS 124 (48.83% from 255) = 33.7%

R = 24.46%
G = 41.85%
B = 33.7%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.19

 K value IS 0.40

RGB Variations

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

Color information

#5A9A7C (or 0x5A9A7C) is known color: Patina. HEX triplet: 5A, 9A and 7C. RGB value is (90,154,124). Sum of RGB (Red+Green+Blue) = 90+154+124=368 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.46% from 368); Green value is 154 (60.55% from 255 or 41.85% from 368); Blue value is 124 (48.83% from 255 or 33.70% from 368); Max value from RGB is 154 - color contains mainly: green. Hex color #5A9A7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A9A7C is #A56583. Grayscale: #838383. Windows color (decimal): -10839428 or 8165978. OLE color: 8165978.

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

Color convert

RGB 90 154 124 -
CMYK 0.42 0 0.19 0.40
HSL 151.88º 0.26% 0.48% -
HSV(B) 151.88º 0.42% 0.6% -
XYZ 19.41 26.74 23.21 -
YUV 131.44 123.8 98.44 -
System Red Green Blue C M Y K H S L
Decimal 90 154 124 0.42 0 0.19 0.40 151.88 0.26 0.48
Hex 5A 9A 7C 2A 0 13 28 98 1A 30
Octal 132 232 174 52 0 23 50 230 32 60
Binary 1011010 10011010 1111100 101010 0 10011 101000 10011000 11010 110000

Color Harmonies of #5A9A7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A9A7C

Black with #5A9A7C

Text Example


Text Example

White with #5A9A7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,154,124); }

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

background-color css

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

 a { background-color: rgb(90,154,124); }

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

border-color css

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

 span { border-color: rgb(90,154,124); }

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