#5A9C84

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

Shades of Patina #5A9C84

Tints of Patina #5A9C84

Color information

#5A9C84 (or 0x5A9C84) is unknown color: approx Patina. HEX triplet: 5A, 9C and 84. RGB value is (90,156,132). Sum of RGB (Red+Green+Blue) = 90+156+132=378 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.81% from 378); Green value is 156 (61.33% from 255 or 41.27% from 378); Blue value is 132 (51.95% from 255 or 34.92% from 378); Max value from RGB is 156 - color contains mainly: green. Hex color #5A9C84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5A9C84 is #A5637B. Grayscale: #858585. Windows color (decimal): -10838908 or 8690778. OLE color: 8690778.

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

Color convert

RGB90156132-
CMYK0.4200.150.39
HSL158.18º26.83%48.24%-
HSV(B)158.18º42.31%61.18%-
XYZ20.2727.6226.09-
YUV133.53127.1396.95-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 23.81%
GREEN value IS 156 (61.33% from 255) = 41.27%
BLUE value IS 132 (51.95% from 255) = 34.92%
R=23.81%
G=41.27%
B=34.92%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal901561320.4200.150.39158.1826.8348.24
Hex5A9C842A0F279e1b30
Octal13223420452017472363360
Binary10110101001110010000100101010011111001111001111011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A9C84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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