#5A9587

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

Shades of Patina #5A9587

Tints of Patina #5A9587

Color information

#5A9587 (or 0x5A9587) is unknown color: approx Patina. HEX triplet: 5A, 95 and 87. RGB value is (90,149,135). Sum of RGB (Red+Green+Blue) = 90+149+135=374 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24.06% from 374); Green value is 149 (58.59% from 255 or 39.84% from 374); Blue value is 135 (53.12% from 255 or 36.10% from 374); Max value from RGB is 149 - color contains mainly: green. Hex color #5A9587 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5A9587 is #A56A78. Grayscale: #818181. Windows color (decimal): -10840697 or 8885594. OLE color: 8885594.

HSL color Cylindrical-coordinate representation of color #5A9587: hue angle of 165.76º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5A9587 is Cyan = 0.40, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB90149135-
CMYK0.4000.090.42
HSL165.76º24.69%46.86%-
HSV(B)165.76º39.6%58.43%-
XYZ19.3425.4226.81-
YUV129.76130.9599.64-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 24.06%
GREEN value IS 149 (58.59% from 255) = 39.84%
BLUE value IS 135 (53.12% from 255) = 36.10%
R=24.06%
G=39.84%
B=36.10%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal901491350.4000.090.42165.7624.6946.86
Hex5A958728092Aa6192f
Octal13222520750011522463157
Binary10110101001010110000111101000010011010101010011011001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A9587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,149,135); }

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

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

 a { background-color: rgb(90,149,135); }

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

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

 span { border-color: rgb(90,149,135); }

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