#5D9C80

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

Shades of Patina #5D9C80

Tints of Patina #5D9C80

Color information

#5D9C80 (or 0x5D9C80) is unknown color: approx Patina. HEX triplet: 5D, 9C and 80. RGB value is (93,156,128). Sum of RGB (Red+Green+Blue) = 93+156+128=377 (49% of max value = 765). Red value is 93 (36.72% from 255 or 24.67% from 377); Green value is 156 (61.33% from 255 or 41.38% from 377); Blue value is 128 (50.39% from 255 or 33.95% from 377); Max value from RGB is 156 - color contains mainly: green. Hex color #5D9C80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5D9C80 is #A2637F. Grayscale: #868686. Windows color (decimal): -10642304 or 8428637. OLE color: 8428637.

HSL color Cylindrical-coordinate representation of color #5D9C80: hue angle of 153.33º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5D9C80 is Cyan = 0.40, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.39.

Color convert

RGB93156128-
CMYK0.4000.180.39
HSL153.33º25.3%48.82%-
HSV(B)153.33º40.38%61.18%-
XYZ20.327.6624.69-
YUV133.97124.6398.78-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 24.67%
GREEN value IS 156 (61.33% from 255) = 41.38%
BLUE value IS 128 (50.39% from 255) = 33.95%
R=24.67%
G=41.38%
B=33.95%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal931561280.4000.180.39153.3325.348.82
Hex5D9C802801227991931
Octal13523420050022472313161
Binary101110110011100100000001010000100101001111001100111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D9C80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,156,128); }

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

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

 a { background-color: rgb(93,156,128); }

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

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

 span { border-color: rgb(93,156,128); }

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