#5F9E8D

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

Shades of Patina #5F9E8D

Tints of Patina #5F9E8D

Color information

#5F9E8D (or 0x5F9E8D) is unknown color: approx Patina. HEX triplet: 5F, 9E and 8D. RGB value is (95,158,141). Sum of RGB (Red+Green+Blue) = 95+158+141=394 (52% of max value = 765). Red value is 95 (37.5% from 255 or 24.11% from 394); Green value is 158 (62.11% from 255 or 40.10% from 394); Blue value is 141 (55.47% from 255 or 35.79% from 394); Max value from RGB is 158 - color contains mainly: green. Hex color #5F9E8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5F9E8D is #A06172. Grayscale: #898989. Windows color (decimal): -10510707 or 9281119. OLE color: 9281119.

HSL color Cylindrical-coordinate representation of color #5F9E8D: hue angle of 163.81º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5F9E8D is Cyan = 0.40, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.38.

Color convert

RGB95158141-
CMYK0.4000.110.38
HSL163.81º24.9%49.61%-
HSV(B)163.81º39.87%61.96%-
XYZ21.7528.8129.61-
YUV137.22130.1397.88-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 24.11%
GREEN value IS 158 (62.11% from 255) = 40.10%
BLUE value IS 141 (55.47% from 255) = 35.79%
R=24.11%
G=40.10%
B=35.79%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal951581410.4000.110.38163.8124.949.61
Hex5F9E8D280B26a41932
Octal13723621550013462443162
Binary10111111001111010001101101000010111001101010010011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F9E8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,158,141); }

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

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

 a { background-color: rgb(95,158,141); }

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

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

 span { border-color: rgb(95,158,141); }

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