#5A9C83

Color #5A9C83 Patina (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Patina #5A9C83

Tints of Patina #5A9C83

Color information

#5A9C83 (or 0x5A9C83) is unknown color: approx Patina. HEX triplet: 5A, 9C and 83. RGB value is (90,156,131). Sum of RGB (Red+Green+Blue) = 90+156+131=377 (49% of max value = 765). Red value is 90 (35.55% from 255 or 23.87% from 377); Green value is 156 (61.33% from 255 or 41.38% from 377); Blue value is 131 (51.56% from 255 or 34.75% from 377); Max value from RGB is 156 - color contains mainly: green. Hex color #5A9C83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5A9C83 is #A5637C. Grayscale: #858585. Windows color (decimal): -10838909 or 8625242. OLE color: 8625242.

HSL color Cylindrical-coordinate representation of color #5A9C83: hue angle of 157.27º 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 #5A9C83 is Cyan = 0.42, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.39.

Color convert

RGB90156131-
CMYK0.4200.160.39
HSL157.27º26.83%48.24%-
HSV(B)157.27º42.31%61.18%-
XYZ20.227.5925.73-
YUV133.42126.6397.03-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 23.87%
GREEN value IS 156 (61.33% from 255) = 41.38%
BLUE value IS 131 (51.56% from 255) = 34.75%
R=23.87%
G=41.38%
B=34.75%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal901561310.4200.160.39157.2726.8348.24
Hex5A9C832A010279d1b30
Octal13223420352020472353360
Binary101101010011100100000111010100100001001111001110111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A9C83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5A9C83;
 }
 .AnyTagClassName
 {
   color: #5A9C83;
 }
</style>
background-color css

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

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

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

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

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

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