#5FA289

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

Shades of Patina #5FA289

Tints of Patina #5FA289

Color information

#5FA289 (or 0x5FA289) is unknown color: approx Patina. HEX triplet: 5F, A2 and 89. RGB value is (95,162,137). Sum of RGB (Red+Green+Blue) = 95+162+137=394 (52% of max value = 765). Red value is 95 (37.5% from 255 or 24.11% from 394); Green value is 162 (63.67% from 255 or 41.12% from 394); Blue value is 137 (53.91% from 255 or 34.77% from 394); Max value from RGB is 162 - color contains mainly: green. Hex color #5FA289 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5FA289 is #A05D76. Grayscale: #8B8B8B. Windows color (decimal): -10509687 or 9019999. OLE color: 9019999.

HSL color Cylindrical-coordinate representation of color #5FA289: hue angle of 157.61º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5FA289 is Cyan = 0.41, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.36.

Color convert

RGB95162137-
CMYK0.4100.150.36
HSL157.61º26.48%50.39%-
HSV(B)157.61º41.36%63.53%-
XYZ22.1630.0828.31-
YUV139.12126.896.53-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 24.11%
GREEN value IS 162 (63.67% from 255) = 41.12%
BLUE value IS 137 (53.91% from 255) = 34.77%
R=24.11%
G=41.12%
B=34.77%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal951621370.4100.150.36157.6126.4850.39
Hex5FA289290F249e1a32
Octal13724221151017442363262
Binary10111111010001010001001101001011111001001001111011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FA289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,162,137); }

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

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

 a { background-color: rgb(95,162,137); }

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

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

 span { border-color: rgb(95,162,137); }

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