#5C947C

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

Shades of Patina #5C947C

Tints of Patina #5C947C

Color information

#5C947C (or 0x5C947C) is unknown color: approx Patina. HEX triplet: 5C, 94 and 7C. RGB value is (92,148,124). Sum of RGB (Red+Green+Blue) = 92+148+124=364 (48% of max value = 765). Red value is 92 (36.33% from 255 or 25.27% from 364); Green value is 148 (58.20% from 255 or 40.66% from 364); Blue value is 124 (48.83% from 255 or 34.07% from 364); Max value from RGB is 148 - color contains mainly: green. Hex color #5C947C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C947C is #A36B83. Grayscale: #808080. Windows color (decimal): -10709892 or 8164444. OLE color: 8164444.

HSL color Cylindrical-coordinate representation of color #5C947C: hue angle of 154.29º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5C947C is Cyan = 0.38, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB92148124-
CMYK0.3800.160.42
HSL154.29º23.33%47.06%-
HSV(B)154.29º37.84%58.04%-
XYZ18.6424.9122.89-
YUV128.52125.45101.95-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 25.27%
GREEN value IS 148 (58.20% from 255) = 40.66%
BLUE value IS 124 (48.83% from 255) = 34.07%
R=25.27%
G=40.66%
B=34.07%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal921481240.3800.160.42154.2923.3347.06
Hex5C947C260102A9a172f
Octal13422417446020522322757
Binary10111001001010011111001001100100001010101001101010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C947C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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