#5FA286

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

Shades of Patina #5FA286

Tints of Patina #5FA286

Color information

#5FA286 (or 0x5FA286) is unknown color: approx Patina. HEX triplet: 5F, A2 and 86. RGB value is (95,162,134). Sum of RGB (Red+Green+Blue) = 95+162+134=391 (51% of max value = 765). Red value is 95 (37.5% from 255 or 24.30% from 391); Green value is 162 (63.67% from 255 or 41.43% from 391); Blue value is 134 (52.73% from 255 or 34.27% from 391); Max value from RGB is 162 - color contains mainly: green. Hex color #5FA286 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5FA286 is #A05D79. Grayscale: #8A8A8A. Windows color (decimal): -10509690 or 8823391. OLE color: 8823391.

HSL color Cylindrical-coordinate representation of color #5FA286: hue angle of 154.93º 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 #5FA286 is Cyan = 0.41, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.36.

Color convert

RGB95162134-
CMYK0.4100.170.36
HSL154.93º26.48%50.39%-
HSV(B)154.93º41.36%63.53%-
XYZ21.9429.9927.19-
YUV138.78125.396.78-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 24.30%
GREEN value IS 162 (63.67% from 255) = 41.43%
BLUE value IS 134 (52.73% from 255) = 34.27%
R=24.30%
G=41.43%
B=34.27%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal951621340.4100.170.36154.9326.4850.39
Hex5FA28629011249b1a32
Octal13724220651021442333262
Binary101111110100010100001101010010100011001001001101111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FA286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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