#5F9085

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

Shades of Patina #5F9085

Tints of Patina #5F9085

Color information

#5F9085 (or 0x5F9085) is unknown color: approx Patina. HEX triplet: 5F, 90 and 85. RGB value is (95,144,133). Sum of RGB (Red+Green+Blue) = 95+144+133=372 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.54% from 372); Green value is 144 (56.64% from 255 or 38.71% from 372); Blue value is 133 (52.34% from 255 or 35.75% from 372); Max value from RGB is 144 - color contains mainly: green. Hex color #5F9085 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5F9085 is #A06F7A. Grayscale: #808080. Windows color (decimal): -10514299 or 8753247. OLE color: 8753247.

HSL color Cylindrical-coordinate representation of color #5F9085: hue angle of 166.53º 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 #5F9085 is Cyan = 0.34, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.44.

Color convert

RGB95144133-
CMYK0.3400.080.44
HSL166.53º20.5%46.86%-
HSV(B)166.53º34.03%56.47%-
XYZ18.9324.0725.84-
YUV128.1130.77104.39-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 25.54%
GREEN value IS 144 (56.64% from 255) = 38.71%
BLUE value IS 133 (52.34% from 255) = 35.75%
R=25.54%
G=38.71%
B=35.75%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal951441330.3400.080.44166.5320.546.86
Hex5F908522082Ca7152f
Octal13722020542010542472557
Binary10111111001000010000101100010010001011001010011110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F9085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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