#5FA683

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

Shades of Patina #5FA683

Tints of Patina #5FA683

Color information

#5FA683 (or 0x5FA683) is unknown color: approx Patina. HEX triplet: 5F, A6 and 83. RGB value is (95,166,131). Sum of RGB (Red+Green+Blue) = 95+166+131=392 (51% of max value = 765). Red value is 95 (37.5% from 255 or 24.23% from 392); Green value is 166 (65.23% from 255 or 42.35% from 392); Blue value is 131 (51.56% from 255 or 33.42% from 392); Max value from RGB is 166 - color contains mainly: green. Hex color #5FA683 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5FA683 is #A0597C. Grayscale: #8C8C8C. Windows color (decimal): -10508669 or 8627807. OLE color: 8627807.

HSL color Cylindrical-coordinate representation of color #5FA683: hue angle of 150.42º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5FA683 is Cyan = 0.43, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.35.

Color convert

RGB95166131-
CMYK0.4300.210.35
HSL150.42º28.51%51.18%-
HSV(B)150.42º42.77%65.1%-
XYZ22.4531.3426.34-
YUV140.78122.4895.35-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 24.23%
GREEN value IS 166 (65.23% from 255) = 42.35%
BLUE value IS 131 (51.56% from 255) = 33.42%
R=24.23%
G=42.35%
B=33.42%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal951661310.4300.210.35150.4228.5151.18
Hex5FA6832B01523961d33
Octal13724620353025432263563
Binary101111110100110100000111010110101011000111001011011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FA683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,166,131); }

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

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

 a { background-color: rgb(95,166,131); }

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

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

 span { border-color: rgb(95,166,131); }

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