#5C8A84

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

Shades of Patina #5C8A84

Tints of Patina #5C8A84

Color information

#5C8A84 (or 0x5C8A84) is unknown color: approx Patina. HEX triplet: 5C, 8A and 84. RGB value is (92,138,132). Sum of RGB (Red+Green+Blue) = 92+138+132=362 (47% of max value = 765). Red value is 92 (36.33% from 255 or 25.41% from 362); Green value is 138 (54.30% from 255 or 38.12% from 362); Blue value is 132 (51.95% from 255 or 36.46% from 362); Max value from RGB is 138 - color contains mainly: green. Hex color #5C8A84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5C8A84 is #A3757B. Grayscale: #7B7B7B. Windows color (decimal): -10712444 or 8686172. OLE color: 8686172.

HSL color Cylindrical-coordinate representation of color #5C8A84: hue angle of 172.17º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5C8A84 is Cyan = 0.33, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.46.

Color convert

RGB92138132-
CMYK0.3300.040.46
HSL172.17º20%45.1%-
HSV(B)172.17º33.33%54.12%-
XYZ17.6722.1225.17-
YUV123.56132.76105.49-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 25.41%
GREEN value IS 138 (54.30% from 255) = 38.12%
BLUE value IS 132 (51.95% from 255) = 36.46%
R=25.41%
G=38.12%
B=36.46%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal921381320.3300.040.46172.172045.1
Hex5C8A8421042Eac142d
Octal1342122044104562542455
Binary1011100100010101000010010000101001011101010110010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C8A84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,138,132); }

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

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

 a { background-color: rgb(92,138,132); }

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

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

 span { border-color: rgb(92,138,132); }

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