#5A9878

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

Shades of Patina #5A9878

Tints of Patina #5A9878

Color information

#5A9878 (or 0x5A9878) is unknown color: approx Patina. HEX triplet: 5A, 98 and 78. RGB value is (90,152,120). Sum of RGB (Red+Green+Blue) = 90+152+120=362 (47% of max value = 765). Red value is 90 (35.55% from 255 or 24.86% from 362); Green value is 152 (59.77% from 255 or 41.99% from 362); Blue value is 120 (47.27% from 255 or 33.15% from 362); Max value from RGB is 152 - color contains mainly: green. Hex color #5A9878 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A9878 is #A56787. Grayscale: #818181. Windows color (decimal): -10839944 or 7903322. OLE color: 7903322.

HSL color Cylindrical-coordinate representation of color #5A9878: hue angle of 149.03º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5A9878 is Cyan = 0.41, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.40.

Color convert

RGB90152120-
CMYK0.4100.210.40
HSL149.03º25.62%47.45%-
HSV(B)149.03º40.79%59.61%-
XYZ18.8325.9921.79-
YUV129.81122.4699.6-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 24.86%
GREEN value IS 152 (59.77% from 255) = 41.99%
BLUE value IS 120 (47.27% from 255) = 33.15%
R=24.86%
G=41.99%
B=33.15%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal901521200.4100.210.40149.0325.6247.45
Hex5A98782901528951a2f
Octal13223017051025502253257
Binary10110101001100011110001010010101011010001001010111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A9878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,152,120); }

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

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

 a { background-color: rgb(90,152,120); }

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

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

 span { border-color: rgb(90,152,120); }

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