#5D877D

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

Shades of Patina #5D877D

Tints of Patina #5D877D

Color information

#5D877D (or 0x5D877D) is unknown color: approx Patina. HEX triplet: 5D, 87 and 7D. RGB value is (93,135,125). Sum of RGB (Red+Green+Blue) = 93+135+125=353 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.35% from 353); Green value is 135 (53.12% from 255 or 38.24% from 353); Blue value is 125 (49.22% from 255 or 35.41% from 353); Max value from RGB is 135 - color contains mainly: green. Hex color #5D877D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D877D is #A27882. Grayscale: #797979. Windows color (decimal): -10647683 or 8226653. OLE color: 8226653.

HSL color Cylindrical-coordinate representation of color #5D877D: hue angle of 165.71º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5D877D is Cyan = 0.31, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB93135125-
CMYK0.3100.070.47
HSL165.71º18.42%44.71%-
HSV(B)165.71º31.11%52.94%-
XYZ16.8821.1422.59-
YUV121.3130.09107.81-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 26.35%
GREEN value IS 135 (53.12% from 255) = 38.24%
BLUE value IS 125 (49.22% from 255) = 35.41%
R=26.35%
G=38.24%
B=35.41%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal931351250.3100.070.47165.7118.4244.71
Hex5D877D1F072Fa6122d
Octal1352071753707572462255
Binary10111011000011111111011111101111011111010011010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D877D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,135,125); }

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

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

 a { background-color: rgb(93,135,125); }

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

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

 span { border-color: rgb(93,135,125); }

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