#5A9B84

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

Shades of Patina #5A9B84

Tints of Patina #5A9B84

Color information

#5A9B84 (or 0x5A9B84) is unknown color: approx Patina. HEX triplet: 5A, 9B and 84. RGB value is (90,155,132). Sum of RGB (Red+Green+Blue) = 90+155+132=377 (49% of max value = 765). Red value is 90 (35.55% from 255 or 23.87% from 377); Green value is 155 (60.94% from 255 or 41.11% from 377); Blue value is 132 (51.95% from 255 or 35.01% from 377); Max value from RGB is 155 - color contains mainly: green. Hex color #5A9B84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5A9B84 is #A5647B. Grayscale: #848484. Windows color (decimal): -10839164 or 8690522. OLE color: 8690522.

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

Color convert

RGB90155132-
CMYK0.4200.150.39
HSL158.77º26.53%48.04%-
HSV(B)158.77º41.94%60.78%-
XYZ20.127.2826.04-
YUV132.94127.4797.37-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 23.87%
GREEN value IS 155 (60.94% from 255) = 41.11%
BLUE value IS 132 (51.95% from 255) = 35.01%
R=23.87%
G=41.11%
B=35.01%

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
Decimal901551320.4200.150.39158.7726.5348.04
Hex5A9B842A0F279f1b30
Octal13223320452017472373360
Binary10110101001101110000100101010011111001111001111111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A9B84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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