Html Css Color HEX #5A9C7E Patina

📋 copy color: '#5A9C7E'

red 90 ◦ green 156 ◦ blue 126

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

Shades of Patina #5A9C7E

Tints of Patina #5A9C7E

RGB

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

 GREEN value IS 156 (61.33% from 255) = 41.94%

 BLUE value IS 126 (49.61% from 255) = 33.87%

R = 24.19%
G = 41.94%
B = 33.87%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.19

 K value IS 0.39

RGB Variations

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

Color information

#5A9C7E (or 0x5A9C7E) is known color: Patina. HEX triplet: 5A, 9C and 7E. RGB value is (90,156,126). Sum of RGB (Red+Green+Blue) = 90+156+126=372 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24.19% from 372); Green value is 156 (61.33% from 255 or 41.94% from 372); Blue value is 126 (49.61% from 255 or 33.87% from 372); Max value from RGB is 156 - color contains mainly: green. Hex color #5A9C7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A9C7E is #A56381. Grayscale: #848484. Windows color (decimal): -10838914 or 8297562. OLE color: 8297562.

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

Color convert

RGB 90 156 126 -
CMYK 0.42 0 0.19 0.39
HSL 152.73º 0.27% 0.48% -
HSV(B) 152.73º 0.42% 0.61% -
XYZ 19.87 27.46 23.99 -
YUV 132.85 124.13 97.44 -
System Red Green Blue C M Y K H S L
Decimal 90 156 126 0.42 0 0.19 0.39 152.73 0.27 0.48
Hex 5A 9C 7E 2A 0 13 27 99 1B 30
Octal 132 234 176 52 0 23 47 231 33 60
Binary 1011010 10011100 1111110 101010 0 10011 100111 10011001 11011 110000

Color Harmonies of #5A9C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A9C7E

Black with #5A9C7E

Text Example


Text Example

White with #5A9C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,156,126); }

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

background-color css

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

 a { background-color: rgb(90,156,126); }

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

border-color css

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

 span { border-color: rgb(90,156,126); }

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