#5A8B7C

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

Shades of Patina #5A8B7C

Tints of Patina #5A8B7C

Color information

#5A8B7C (or 0x5A8B7C) is unknown color: approx Patina. HEX triplet: 5A, 8B and 7C. RGB value is (90,139,124). Sum of RGB (Red+Green+Blue) = 90+139+124=353 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.50% from 353); Green value is 139 (54.69% from 255 or 39.38% from 353); Blue value is 124 (48.83% from 255 or 35.13% from 353); Max value from RGB is 139 - color contains mainly: green. Hex color #5A8B7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A8B7C is #A57483. Grayscale: #7A7A7A. Windows color (decimal): -10843268 or 8162138. OLE color: 8162138.

HSL color Cylindrical-coordinate representation of color #5A8B7C: hue angle of 161.63º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5A8B7C is Cyan = 0.35, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.45.

Color convert

RGB90139124-
CMYK0.3500.110.45
HSL161.63º21.4%44.9%-
HSV(B)161.63º35.25%54.51%-
XYZ17.0922.0922.43-
YUV122.64128.77104.72-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 25.50%
GREEN value IS 139 (54.69% from 255) = 39.38%
BLUE value IS 124 (48.83% from 255) = 35.13%
R=25.50%
G=39.38%
B=35.13%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal901391240.3500.110.45161.6321.444.9
Hex5A8B7C230B2Da2152d
Octal13221317443013552422555
Binary1011010100010111111100100011010111011011010001010101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A8B7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,139,124); }

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

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

 a { background-color: rgb(90,139,124); }

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

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

 span { border-color: rgb(90,139,124); }

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