#5F9081

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

Shades of Patina #5F9081

Tints of Patina #5F9081

Color information

#5F9081 (or 0x5F9081) is unknown color: approx Patina. HEX triplet: 5F, 90 and 81. RGB value is (95,144,129). Sum of RGB (Red+Green+Blue) = 95+144+129=368 (48% of max value = 765). Red value is 95 (37.5% from 255 or 25.82% from 368); Green value is 144 (56.64% from 255 or 39.13% from 368); Blue value is 129 (50.78% from 255 or 35.05% from 368); Max value from RGB is 144 - color contains mainly: green. Hex color #5F9081 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5F9081 is #A06F7E. Grayscale: #7F7F7F. Windows color (decimal): -10514303 or 8491103. OLE color: 8491103.

HSL color Cylindrical-coordinate representation of color #5F9081: hue angle of 161.63º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5F9081 is Cyan = 0.34, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.44.

Color convert

RGB95144129-
CMYK0.3400.100.44
HSL161.63º20.5%46.86%-
HSV(B)161.63º34.03%56.47%-
XYZ18.6623.9624.41-
YUV127.64128.77104.72-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 25.82%
GREEN value IS 144 (56.64% from 255) = 39.13%
BLUE value IS 129 (50.78% from 255) = 35.05%
R=25.82%
G=39.13%
B=35.05%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal951441290.3400.100.44161.6320.546.86
Hex5F9081220A2Ca2152f
Octal13722020142012542422557
Binary10111111001000010000001100010010101011001010001010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F9081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,144,129); }

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

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

 a { background-color: rgb(95,144,129); }

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

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

 span { border-color: rgb(95,144,129); }

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