#5A887D

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

Shades of Patina #5A887D

Tints of Patina #5A887D

Color information

#5A887D (or 0x5A887D) is unknown color: approx Patina. HEX triplet: 5A, 88 and 7D. RGB value is (90,136,125). Sum of RGB (Red+Green+Blue) = 90+136+125=351 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.64% from 351); Green value is 136 (53.52% from 255 or 38.75% from 351); Blue value is 125 (49.22% from 255 or 35.61% from 351); Max value from RGB is 136 - color contains mainly: green. Hex color #5A887D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A887D is #A57782. Grayscale: #787878. Windows color (decimal): -10844035 or 8226906. OLE color: 8226906.

HSL color Cylindrical-coordinate representation of color #5A887D: hue angle of 165.65º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5A887D is Cyan = 0.34, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.47.

Color convert

RGB90136125-
CMYK0.3400.080.47
HSL165.65º20.35%44.31%-
HSV(B)165.65º33.82%53.33%-
XYZ16.7221.2622.62-
YUV120.99130.26105.89-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 25.64%
GREEN value IS 136 (53.52% from 255) = 38.75%
BLUE value IS 125 (49.22% from 255) = 35.61%
R=25.64%
G=38.75%
B=35.61%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal901361250.3400.080.47165.6520.3544.31
Hex5A887D22082Fa6142c
Octal13221017542010572462454
Binary1011010100010001111101100010010001011111010011010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A887D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,136,125); }

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

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

 a { background-color: rgb(90,136,125); }

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

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

 span { border-color: rgb(90,136,125); }

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