#5C987A

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

Shades of Patina #5C987A

Tints of Patina #5C987A

Color information

#5C987A (or 0x5C987A) is unknown color: approx Patina. HEX triplet: 5C, 98 and 7A. RGB value is (92,152,122). Sum of RGB (Red+Green+Blue) = 92+152+122=366 (48% of max value = 765). Red value is 92 (36.33% from 255 or 25.14% from 366); Green value is 152 (59.77% from 255 or 41.53% from 366); Blue value is 122 (48.05% from 255 or 33.33% from 366); Max value from RGB is 152 - color contains mainly: green. Hex color #5C987A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C987A is #A36785. Grayscale: #828282. Windows color (decimal): -10708870 or 8034396. OLE color: 8034396.

HSL color Cylindrical-coordinate representation of color #5C987A: hue angle of 150º 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 #5C987A is Cyan = 0.39, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.40.

Color convert

RGB92152122-
CMYK0.3900.200.40
HSL150º24.59%47.84%-
HSV(B)150º39.47%59.61%-
XYZ19.1526.1422.45-
YUV130.64123.12100.44-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 25.14%
GREEN value IS 152 (59.77% from 255) = 41.53%
BLUE value IS 122 (48.05% from 255) = 33.33%
R=25.14%
G=41.53%
B=33.33%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal921521220.3900.200.4015024.5947.84
Hex5C987A2701428961930
Octal13423017247024502263160
Binary10111001001100011110101001110101001010001001011011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C987A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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