#5C887F

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

Shades of Patina #5C887F

Tints of Patina #5C887F

Color information

#5C887F (or 0x5C887F) is unknown color: approx Patina. HEX triplet: 5C, 88 and 7F. RGB value is (92,136,127). Sum of RGB (Red+Green+Blue) = 92+136+127=355 (47% of max value = 765). Red value is 92 (36.33% from 255 or 25.92% from 355); Green value is 136 (53.52% from 255 or 38.31% from 355); Blue value is 127 (50% from 255 or 35.77% from 355); Max value from RGB is 136 - color contains mainly: green. Hex color #5C887F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C887F is #A37780. Grayscale: #797979. Windows color (decimal): -10712961 or 8357980. OLE color: 8357980.

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

Color convert

RGB92136127-
CMYK0.3200.070.47
HSL167.73º19.3%44.71%-
HSV(B)167.73º32.35%53.33%-
XYZ17.0521.4223.31-
YUV121.82130.92106.73-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 25.92%
GREEN value IS 136 (53.52% from 255) = 38.31%
BLUE value IS 127 (50% from 255) = 35.77%
R=25.92%
G=38.31%
B=35.77%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal921361270.3200.070.47167.7319.344.71
Hex5C887F20072Fa8132d
Octal1342101774007572502355
Binary101110010001000111111110000001111011111010100010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C887F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,136,127); }

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

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

 a { background-color: rgb(92,136,127); }

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

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

 span { border-color: rgb(92,136,127); }

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