#5C8E7C

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

Shades of Patina #5C8E7C

Tints of Patina #5C8E7C

Color information

#5C8E7C (or 0x5C8E7C) is unknown color: approx Patina. HEX triplet: 5C, 8E and 7C. RGB value is (92,142,124). Sum of RGB (Red+Green+Blue) = 92+142+124=358 (47% of max value = 765). Red value is 92 (36.33% from 255 or 25.70% from 358); Green value is 142 (55.86% from 255 or 39.66% from 358); Blue value is 124 (48.83% from 255 or 34.64% from 358); Max value from RGB is 142 - color contains mainly: green. Hex color #5C8E7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C8E7C is #A37183. Grayscale: #7D7D7D. Windows color (decimal): -10711428 or 8162908. OLE color: 8162908.

HSL color Cylindrical-coordinate representation of color #5C8E7C: hue angle of 158.4º degrees, saturation: 0.21, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5C8E7C is Cyan = 0.35, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.44.

Color convert

RGB92142124-
CMYK0.3500.130.44
HSL158.4º21.37%45.88%-
HSV(B)158.4º35.21%55.69%-
XYZ17.7223.0822.59-
YUV125127.44104.46-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 25.70%
GREEN value IS 142 (55.86% from 255) = 39.66%
BLUE value IS 124 (48.83% from 255) = 34.64%
R=25.70%
G=39.66%
B=34.64%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal921421240.3500.130.44158.421.3745.88
Hex5C8E7C230D2C9e152e
Octal13421617443015542362556
Binary1011100100011101111100100011011011011001001111010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C8E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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