#5A978C

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

Shades of Patina #5A978C

Tints of Patina #5A978C

Color information

#5A978C (or 0x5A978C) is unknown color: approx Patina. HEX triplet: 5A, 97 and 8C. RGB value is (90,151,140). Sum of RGB (Red+Green+Blue) = 90+151+140=381 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.62% from 381); Green value is 151 (59.38% from 255 or 39.63% from 381); Blue value is 140 (55.08% from 255 or 36.75% from 381); Max value from RGB is 151 - color contains mainly: green. Hex color #5A978C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5A978C is #A56873. Grayscale: #838383. Windows color (decimal): -10840180 or 9213786. OLE color: 9213786.

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

Color convert

RGB90151140-
CMYK0.4000.070.41
HSL169.18º25.31%47.25%-
HSV(B)169.18º40.4%59.22%-
XYZ20.0226.228.81-
YUV131.51132.7998.39-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 23.62%
GREEN value IS 151 (59.38% from 255) = 39.63%
BLUE value IS 140 (55.08% from 255) = 36.75%
R=23.62%
G=39.63%
B=36.75%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal901511400.4000.070.41169.1825.3147.25
Hex5A978C280729a9192f
Octal1322272145007512513157
Binary1011010100101111000110010100001111010011010100111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A978C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,151,140); }

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

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

 a { background-color: rgb(90,151,140); }

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

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

 span { border-color: rgb(90,151,140); }

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