#5A907A

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

Shades of Patina #5A907A

Tints of Patina #5A907A

Color information

#5A907A (or 0x5A907A) is unknown color: approx Patina. HEX triplet: 5A, 90 and 7A. RGB value is (90,144,122). Sum of RGB (Red+Green+Blue) = 90+144+122=356 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.28% from 356); Green value is 144 (56.64% from 255 or 40.45% from 356); Blue value is 122 (48.05% from 255 or 34.27% from 356); Max value from RGB is 144 - color contains mainly: green. Hex color #5A907A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A907A is #A56F85. Grayscale: #7D7D7D. Windows color (decimal): -10841990 or 8032346. OLE color: 8032346.

HSL color Cylindrical-coordinate representation of color #5A907A: hue angle of 155.56º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5A907A is Cyan = 0.37, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.

Color convert

RGB90144122-
CMYK0.3700.150.44
HSL155.56º23.08%45.88%-
HSV(B)155.56º37.5%56.47%-
XYZ17.723.5322.02-
YUV125.35126.11102.79-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 25.28%
GREEN value IS 144 (56.64% from 255) = 40.45%
BLUE value IS 122 (48.05% from 255) = 34.27%
R=25.28%
G=40.45%
B=34.27%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal901441220.3700.150.44155.5623.0845.88
Hex5A907A250F2C9c172e
Octal13222017245017542342756
Binary1011010100100001111010100101011111011001001110010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A907A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,144,122); }

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

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

 a { background-color: rgb(90,144,122); }

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

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

 span { border-color: rgb(90,144,122); }

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