#5A957B

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

Shades of Patina #5A957B

Tints of Patina #5A957B

Color information

#5A957B (or 0x5A957B) is unknown color: approx Patina. HEX triplet: 5A, 95 and 7B. RGB value is (90,149,123). Sum of RGB (Red+Green+Blue) = 90+149+123=362 (47% of max value = 765). Red value is 90 (35.55% from 255 or 24.86% from 362); Green value is 149 (58.59% from 255 or 41.16% from 362); Blue value is 123 (48.44% from 255 or 33.98% from 362); Max value from RGB is 149 - color contains mainly: green. Hex color #5A957B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A957B is #A56A84. Grayscale: #808080. Windows color (decimal): -10840709 or 8099162. OLE color: 8099162.

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

Color convert

RGB90149123-
CMYK0.4000.170.42
HSL153.56º24.69%46.86%-
HSV(B)153.56º39.6%58.43%-
XYZ18.5425.122.61-
YUV128.39124.95100.61-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 24.86%
GREEN value IS 149 (58.59% from 255) = 41.16%
BLUE value IS 123 (48.44% from 255) = 33.98%
R=24.86%
G=41.16%
B=33.98%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal901491230.4000.170.42153.5624.6946.86
Hex5A957B280112A9a192f
Octal13222517350021522323157
Binary10110101001010111110111010000100011010101001101011001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A957B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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