#5C987C

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

Shades of Patina #5C987C

Tints of Patina #5C987C

Color information

#5C987C (or 0x5C987C) is unknown color: approx Patina. HEX triplet: 5C, 98 and 7C. RGB value is (92,152,124). Sum of RGB (Red+Green+Blue) = 92+152+124=368 (48% of max value = 765). Red value is 92 (36.33% from 255 or 25% from 368); Green value is 152 (59.77% from 255 or 41.30% from 368); Blue value is 124 (48.83% from 255 or 33.70% from 368); Max value from RGB is 152 - color contains mainly: green. Hex color #5C987C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C987C is #A36783. Grayscale: #828282. Windows color (decimal): -10708868 or 8165468. OLE color: 8165468.

HSL color Cylindrical-coordinate representation of color #5C987C: hue angle of 152º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5C987C is Cyan = 0.39, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB92152124-
CMYK0.3900.180.40
HSL152º24.59%47.84%-
HSV(B)152º39.47%59.61%-
XYZ19.2826.1923.11-
YUV130.87124.12100.28-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 25%
GREEN value IS 152 (59.77% from 255) = 41.30%
BLUE value IS 124 (48.83% from 255) = 33.70%
R=25%
G=41.30%
B=33.70%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal921521240.3900.180.4015224.5947.84
Hex5C987C2701228981930
Octal13423017447022502303160
Binary10111001001100011111001001110100101010001001100011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C987C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,152,124); }

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

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

 a { background-color: rgb(92,152,124); }

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

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

 span { border-color: rgb(92,152,124); }

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