#5C9880

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

Shades of Patina #5C9880

Tints of Patina #5C9880

Color information

#5C9880 (or 0x5C9880) is unknown color: approx Patina. HEX triplet: 5C, 98 and 80. RGB value is (92,152,128). Sum of RGB (Red+Green+Blue) = 92+152+128=372 (49% of max value = 765). Red value is 92 (36.33% from 255 or 24.73% from 372); Green value is 152 (59.77% from 255 or 40.86% from 372); Blue value is 128 (50.39% from 255 or 34.41% from 372); Max value from RGB is 152 - color contains mainly: green. Hex color #5C9880 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5C9880 is #A3677F. Grayscale: #838383. Windows color (decimal): -10708864 or 8427612. OLE color: 8427612.

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

Color convert

RGB92152128-
CMYK0.3900.160.40
HSL156º24.59%47.84%-
HSV(B)156º39.47%59.61%-
XYZ19.5426.2924.47-
YUV131.32126.1299.95-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 24.73%
GREEN value IS 152 (59.77% from 255) = 40.86%
BLUE value IS 128 (50.39% from 255) = 34.41%
R=24.73%
G=40.86%
B=34.41%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal921521280.3900.160.4015624.5947.84
Hex5C988027010289c1930
Octal13423020047020502343160
Binary101110010011000100000001001110100001010001001110011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C9880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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